Class RollbackException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bhn.promotion.core.exception.RollbackException
All Implemented Interfaces:
Serializable

public class RollbackException extends Exception
Represents an exception that indicates a rollback scenario in the application. This exception is typically used to signal that an operation should be rolled back due to an error or invalid state.
See Also:
  • Constructor Details

    • RollbackException

      public RollbackException(String message)
    • RollbackException

      public RollbackException(String message, Throwable cause)