Class CheckoutWorkflowRollbackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowRollbackException
-
- All Implemented Interfaces:
Serializable
public class CheckoutWorkflowRollbackException extends RuntimeException
Thrown when an issue is encountered during the execution ofCheckoutWorkflowActivity#rollback(Cart, String)
- Author:
- Chris Kittrell (ckittrell)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckoutWorkflowRollbackException(Exception e)
CheckoutWorkflowRollbackException(String message)
CheckoutWorkflowRollbackException(String message, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-