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

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.ProjectException
                  extended by com.ibm.workplace.wcm.api.exceptions.ProjectInvalidStateException
All Implemented Interfaces:
Localized, java.io.Serializable

public class ProjectInvalidStateException
extends com.ibm.workplace.wcm.api.exceptions.ProjectException

Indicates the Project is invalid state to peform an operation

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.workplace.wcm.api.exceptions.WCMException
ERR_APTRIX
 
Constructor Summary
ProjectInvalidStateException(java.lang.String p_msg)
          Constructor
ProjectInvalidStateException(java.lang.String p_detail, java.lang.Throwable p_cause)
          Constructor
ProjectInvalidStateException(java.lang.Throwable p_cause)
          Constructor
 
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

ProjectInvalidStateException

public ProjectInvalidStateException(java.lang.String p_msg)
Constructor

Parameters:
p_msg -

ProjectInvalidStateException

public ProjectInvalidStateException(java.lang.Throwable p_cause)
Constructor

Parameters:
p_cause -

ProjectInvalidStateException

public ProjectInvalidStateException(java.lang.String p_detail,
                                    java.lang.Throwable p_cause)
Constructor

Parameters:
p_detail -
p_cause -