{ } }
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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

java.lang.Object
  extended by OperationFailedException
      extended by com.ibm.workplace.wcm.api.exceptions.WorkflowException
          extended by 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()
          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

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