org.broadleafcommerce.core.workflow.state
Class RollbackFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.exception.BroadleafException
org.broadleafcommerce.core.workflow.WorkflowException
org.broadleafcommerce.core.workflow.state.RollbackFailureException
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, Serializable, RootCauseAccessor
public class RollbackFailureException
- extends WorkflowException
This exception is thrown to indicate a problem while trying to rollback
state for any and all activities during a failed workflow. Only those
activities that register their state with the ProcessContext will have
their state rolled back.
- Author:
- Jeff Fischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RollbackFailureException
public RollbackFailureException()
RollbackFailureException
public RollbackFailureException(Throwable cause)
RollbackFailureException
public RollbackFailureException(String message)
RollbackFailureException
public RollbackFailureException(String message,
Throwable cause)
getActivity
public Activity getActivity()
setActivity
public void setActivity(Activity activity)
getProcessContext
public ProcessContext getProcessContext()
setProcessContext
public void setProcessContext(ProcessContext processContext)
getStateItems
public HashMap<String,?> getStateItems()
setStateItems
public void setStateItems(HashMap<String,?> stateItems)
Copyright © 2013. All Rights Reserved.