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

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.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

Field Summary
 
Fields inherited from class com.ibm.workplace.wcm.api.exceptions.WCMException
ERR_APTRIX
 
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 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

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