{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api.exceptions
Class ActionNotAvailableExceptionjava.lang.ObjectOperationFailedException
com.ibm.workplace.wcm.api.exceptions.WorkflowException
com.ibm.workplace.wcm.api.exceptions.ActionNotAvailableException
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.
Constructor Summary ActionNotAvailableException()
ConstructorActionNotAvailableException(java.lang.String p_detail)
Constructs a new exception with the given message.ActionNotAvailableException(java.lang.String p_detail, java.lang.Throwable p_cause)
Constructor that requires detail plus a cause exceptionprotected ActionNotAvailableException(java.lang.Throwable p_cause)
Constructor to only be used by sub classes
Method Summary
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail 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
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD