Package com.iizix.txp
Class TXPRollbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.iizix.txp.TXPException
com.iizix.txp.TXPRollbackException
- All Implemented Interfaces:
Serializable
- Author:
- Freggle
- See Also:
Constructor Summary
ConstructorDescriptionConstructor.TXPRollbackException
(String message) Constructor.TXPRollbackException
(String message, Throwable cause) Constructor.TXPRollbackException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Constructor.TXPRollbackException
(Throwable cause) Constructor.Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
TXPRollbackException
public TXPRollbackException()Constructor.TXPRollbackException
Constructor.- Parameters:
message
- The message.
TXPRollbackException
Constructor.- Parameters:
cause
- The cause.
TXPRollbackException
Constructor.- Parameters:
message
- The message.cause
- The cause.
TXPRollbackException
public TXPRollbackException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Constructor.- Parameters:
message
- The message.cause
- The cause.enableSuppression
- Flag to enable suppression.writableStackTrace
- Flag to write stack trace.