Package com.iizix.txp

Class TXPRollbackException

All Implemented Interfaces:
Serializable

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

    • TXPRollbackException

      public TXPRollbackException()
      Constructor.
    • TXPRollbackException

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

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

      public TXPRollbackException(String message, Throwable cause)
      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.