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

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
                      extended by com.ibm.workplace.wcm.api.exceptions.NoNextStageException
All Implemented Interfaces:
Localized, java.io.Serializable

public class NoNextStageException
extends WorkflowException

To signify the document can not be moved to the next stage in its workflow because it is already in the last stage of the worflow.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.workplace.wcm.api.exceptions.WCMException
ERR_APTRIX
 
Constructor Summary
NoNextStageException()
          Constructor
NoNextStageException(java.lang.String p_detail)
          Constructor
NoNextStageException(java.lang.String p_detail, java.lang.Throwable p_cause)
          Constructor
NoNextStageException(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

NoNextStageException

public NoNextStageException()
Constructor


NoNextStageException

public NoNextStageException(java.lang.Throwable p_cause)
Constructor

Parameters:
p_cause -

NoNextStageException

public NoNextStageException(java.lang.String p_detail)
Constructor

Parameters:
p_detail -

NoNextStageException

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

Parameters:
p_detail -
p_cause -