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:
 java.io.Serializable
public class ProjectException extends java.lang.RuntimeException- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ProjectException()Default constructor.ProjectException(java.lang.String message)Constructor that sets a message.ProjectException(java.lang.String message, java.lang.Throwable cause)Constructor that sets a message and cause of the exception. 
 - 
 
- 
- 
Constructor Detail
- 
ProjectException
public ProjectException()
Default constructor. 
- 
ProjectException
public ProjectException(java.lang.String message)
Constructor that sets a message.- Parameters:
 message- a message describing the exception.
 
- 
ProjectException
public ProjectException(java.lang.String message, java.lang.Throwable cause)Constructor that sets a message and cause of the exception.- Parameters:
 message- a message describing the exception.cause- the cause of the exception.
 
 - 
 
 -