Package com.iizix.txp
Class TXPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.iizix.txp.TXPException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TXPConcurrentCompletionException
,TXPHeuristicMixedException
,TXPNodeAssociationFailed
,TXPNodesBusyException
,TXPRollbackException
- Author:
- Freggle
- See Also:
Constructor Summary
ConstructorDescriptionConstructor.TXPException
(String message) Constructor.TXPException
(String message, Throwable cause) Constructor.TXPException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Constructor.TXPException
(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
TXPException
public TXPException()Constructor.TXPException
Constructor.- Parameters:
message
- The message
TXPException
Constructor.- Parameters:
cause
- The cause
TXPException
Constructor.- Parameters:
message
- The messagecause
- The cause
TXPException
public TXPException(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.