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

java.lang.Object
  extended by OperationFailedException
      extended by com.ibm.workplace.wcm.api.exceptions.WorkflowException
Direct Known Subclasses:
ActionNotAvailableException, NoNextStageException, WorkflowNotFoundException

public class WorkflowException
extends OperationFailedException

Base class for all workflowable WCM classes

Since:
8.0

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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 -