|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectOperationFailedException
com.ibm.workplace.wcm.api.exceptions.WorkflowException
com.ibm.workplace.wcm.api.exceptions.ActionNotAvailableException
public class ActionNotAvailableException
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()
Constructor |
|
ActionNotAvailableException(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 exception |
protected |
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 |
|---|
public ActionNotAvailableException()
protected ActionNotAvailableException(java.lang.Throwable p_cause)
cause - the exception that caused this exceptionpublic ActionNotAvailableException(java.lang.String p_detail)
p_detail - message for the exception
public ActionNotAvailableException(java.lang.String p_detail,
java.lang.Throwable p_cause)
p_detail - a message description extra information about the exceptionp_cause - the exception that caused this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||