org.broadleafcommerce.core.workflow
Class WorkflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.common.exception.BroadleafException
              extended by org.broadleafcommerce.core.workflow.WorkflowException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable, RootCauseAccessor
Direct Known Subclasses:
RollbackFailureException

public class WorkflowException
extends BroadleafException

See Also:
Serialized Form

Constructor Summary
WorkflowException()
           
WorkflowException(String message)
           
WorkflowException(String message, Throwable cause)
           
WorkflowException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.broadleafcommerce.common.exception.BroadleafException
getRootCause, getRootCauseMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowException

public WorkflowException()

WorkflowException

public WorkflowException(String message,
                         Throwable cause)

WorkflowException

public WorkflowException(String message)

WorkflowException

public WorkflowException(Throwable cause)


Copyright © 2013. All Rights Reserved.