Package com.iizix.txp

Class TXPException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TXPConcurrentCompletionException, TXPHeuristicMixedException, TXPNodeAssociationFailed, TXPNodesBusyException, TXPRollbackException

public class TXPException extends RuntimeException
Author:
Freggle
See Also:
  • Constructor Details

    • TXPException

      public TXPException()
      Constructor.
    • TXPException

      public TXPException(String message)
      Constructor.
      Parameters:
      message - The message
    • TXPException

      public TXPException(Throwable cause)
      Constructor.
      Parameters:
      cause - The cause
    • TXPException

      public TXPException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The message
      cause - 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.