Package com.adobe.cq.projects.api
Class ProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.cq.projects.api.ProjectException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ProjectException(String message) Constructor that sets a message.ProjectException(String message, Throwable cause) Constructor that sets a message and cause of the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProjectException
public ProjectException()Default constructor. -
ProjectException
Constructor that sets a message.- Parameters:
message- a message describing the exception.
-
ProjectException
Constructor that sets a message and cause of the exception.- Parameters:
message- a message describing the exception.cause- the cause of the exception.
-