com.adobe.solutions.prm.sdk.exception
Class ProjectManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.solutions.prm.sdk.exception.ProjectManagementException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PersistenceException, ValidationException, WorkItemHandlerException

public class ProjectManagementException
extends Exception

See Also:
Serialized Form

Constructor Summary
ProjectManagementException(String errorCode, String message)
          Instantiates a new Project Management exception.
ProjectManagementException(String errorCode, String message, Throwable cause)
          Instantiates a new Project Management exception.
ProjectManagementException(Throwable cause)
          Instantiates a new Project Management exception.
 
Method Summary
 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
 

Constructor Detail

ProjectManagementException

public ProjectManagementException(String errorCode,
                                  String message)
Instantiates a new Project Management exception.

Parameters:
errorCode - the error code
message - the message

ProjectManagementException

public ProjectManagementException(Throwable cause)
Instantiates a new Project Management exception.

Parameters:
cause - the root cause

ProjectManagementException

public ProjectManagementException(String errorCode,
                                  String message,
                                  Throwable cause)
Instantiates a new Project Management exception.

Parameters:
errorCode - the error code
message - the error message
cause - the root cause exception
Method Detail

getErrorCode

public String getErrorCode()
Gets the error code.

Returns:
the error code


[an error occurred while processing this directive] [an error occurred while processing this directive]