com.adobe.solutions.prm.sdk.exception
Class ProjectManagementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.solutions.prm.sdk.exception.ProjectManagementException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PersistenceException, ValidationException, WorkItemHandlerException
public class ProjectManagementException
- extends java.lang.Exception
- See Also:
- Serialized Form
|
Constructor Summary |
ProjectManagementException(java.lang.String errorCode,
java.lang.String message)
Instantiates a new Project Management exception. |
ProjectManagementException(java.lang.String errorCode,
java.lang.String message,
java.lang.Throwable cause)
Instantiates a new Project Management exception. |
ProjectManagementException(java.lang.Throwable cause)
Instantiates a new Project Management exception. |
|
Method Summary |
java.lang.String |
getErrorCode()
Gets the error code. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProjectManagementException
public ProjectManagementException(java.lang.String errorCode,
java.lang.String message)
- Instantiates a new Project Management exception.
- Parameters:
errorCode - the error codemessage - the message
ProjectManagementException
public ProjectManagementException(java.lang.Throwable cause)
- Instantiates a new Project Management exception.
- Parameters:
cause - the root cause
ProjectManagementException
public ProjectManagementException(java.lang.String errorCode,
java.lang.String message,
java.lang.Throwable cause)
- Instantiates a new Project Management exception.
- Parameters:
errorCode - the error codemessage - the error messagecause - the root cause exception
getErrorCode
public java.lang.String getErrorCode()
- Gets the error code.
- Returns:
- the error code
[an error occurred while processing this directive] [an error occurred while processing this directive]