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:
java.io.Serializable
- Direct Known Subclasses:
TXPConcurrentCompletionException
,TXPHeuristicMixedException
,TXPNodeAssociationFailed
,TXPNodesBusyException
,TXPRollbackException
public class TXPException extends java.lang.RuntimeException
- Author:
- Freggle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TXPException()
Constructor.TXPException(java.lang.String message)
Constructor.TXPException(java.lang.String message, java.lang.Throwable cause)
Constructor.TXPException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Constructor.TXPException(java.lang.Throwable cause)
Constructor.
-
-
-
Constructor Detail
-
TXPException
public TXPException()
Constructor.
-
TXPException
public TXPException(java.lang.String message)
Constructor.- Parameters:
message
- The message
-
TXPException
public TXPException(java.lang.Throwable cause)
Constructor.- Parameters:
cause
- The cause
-
TXPException
public TXPException(java.lang.String message, java.lang.Throwable cause)
Constructor.- Parameters:
message
- The messagecause
- The cause
-
TXPException
public TXPException(java.lang.String message, java.lang.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.
-
-