com.ibm.workplace.wcm.api.exceptions
Class WorkflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.workplace.wcm.api.exceptions.WCMException
              extended by com.ibm.workplace.wcm.api.exceptions.OperationFailedException
                  extended by com.ibm.workplace.wcm.api.exceptions.WorkflowException
All Implemented Interfaces:
Localized, java.io.Serializable
Direct Known Subclasses:
ActionNotAvailableException, NoNextStageException, WorkflowNotFoundException

public class WorkflowException
extends com.ibm.workplace.wcm.api.exceptions.OperationFailedException

Base class for all workflowable WCM classes

Since:
8.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.workplace.wcm.api.exceptions.WCMException
ERR_APTRIX
 
Constructor Summary
WorkflowException()
          Constructor
WorkflowException(java.lang.String p_detail)
          Constructor
WorkflowException(java.lang.String p_detail, java.lang.Throwable p_cause)
          Constructor
WorkflowException(java.lang.Throwable p_cause)
          Constructor
 
Method Summary
 
Methods inherited from class com.ibm.workplace.wcm.api.exceptions.WCMException
getCause, getDescription, getErrorCode, getLocales, getMessage, getMessage, getTitle, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowException

public WorkflowException()
Constructor


WorkflowException

public WorkflowException(java.lang.Throwable p_cause)
Constructor

Parameters:
p_cause -

WorkflowException

public WorkflowException(java.lang.String p_detail)
Constructor

Parameters:
p_detail -

WorkflowException

public WorkflowException(java.lang.String p_detail,
                         java.lang.Throwable p_cause)
Constructor

Parameters:
p_detail -
p_cause -