Class WorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.exception.BroadleafException
org.broadleafcommerce.core.workflow.WorkflowException
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.exception.RootCauseAccessor
- Direct Known Subclasses:
RollbackFailureException
public class WorkflowException
extends org.broadleafcommerce.common.exception.BroadleafException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowException(String message) WorkflowException(String message, Throwable cause) WorkflowException(Throwable cause) -
Method Summary
Methods inherited from class org.broadleafcommerce.common.exception.BroadleafException
getRootCause, getRootCauseMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowException
public WorkflowException() -
WorkflowException
-
WorkflowException
-
WorkflowException
-