Class RollbackException

All Implemented Interfaces:
Serializable

public class RollbackException extends RuntimeServiceException
Thrown when the a transactional operation is invoked and the transaction has been marked as rollback only.
See Also:
  • Constructor Details

    • RollbackException

      public RollbackException()
      Constructor
    • RollbackException

      public RollbackException(String msg)
      Constructor with a detailed message.
      Parameters:
      msg - the associated detailed message
    • RollbackException

      public RollbackException(Throwable cause)
      Constructor with the underlying cause.
      Parameters:
      cause - the underlying cause for exception.
    • RollbackException

      public RollbackException(String msg, Throwable cause)
      Constructor with a detailed message and underlying cause.
      Parameters:
      msg - the detailed message for the exception.
      cause - underlying cause for the exception.