Package org.bhn.promotion.core.exception
Class RollbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bhn.promotion.core.exception.RollbackException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionRollbackException(String message) RollbackException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RollbackException
-
RollbackException
-