Class RollbackException

All Implemented Interfaces:
Serializable

public class RollbackException extends RuntimeException
Exception thrown when a transaction should be rolled back.
See Also:
  • Constructor Details

    • RollbackException

      public RollbackException(Throwable cause)
      Constructor
      Parameters:
      cause - cause of exception
    • RollbackException

      public RollbackException(String message)
      Constructor
      Parameters:
      message - the message explaining what caused the exception.
    • RollbackException

      public RollbackException(String message, Throwable cause)
      Constructor
      Parameters:
      message - the message explaining what caused the exception.
      cause - cause of exception