com.ibm.workplace.wcm.api.exceptions
Class ActionNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.workplace.wcm.api.exceptions.WCMException
com.ibm.workplace.wcm.api.exceptions.OperationFailedException
com.ibm.workplace.wcm.api.exceptions.WorkflowException
com.ibm.workplace.wcm.api.exceptions.ActionNotAvailableException
- All Implemented Interfaces:
- Localized, java.io.Serializable
-
public class ActionNotAvailableException
- extends WorkflowException
Gets thrown when a user performs an action on a Document
where the action is not available on the current stage of the Document's workflow.
- See Also:
- Serialized Form
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 |
ActionNotAvailableException
public ActionNotAvailableException()
- Constructor
ActionNotAvailableException
protected ActionNotAvailableException(java.lang.Throwable p_cause)
- Constructor to only be used by sub classes
- Parameters:
- cause - the exception that caused this exception
ActionNotAvailableException
public ActionNotAvailableException(java.lang.String p_detail)
- Constructs a new exception with the given message.
- Parameters:
- p_detail - message for the exception
ActionNotAvailableException
public ActionNotAvailableException(java.lang.String p_detail,
java.lang.Throwable p_cause)
- Constructor that requires detail plus a cause exception
- Parameters:
- p_detail - a message description extra information about the exception
- p_cause - the exception that caused this exception