public class ProjectException
extends java.lang.Exception
Constructor and Description |
---|
ProjectException(java.lang.String msg)
Constructs an instance of
ProjectException with the
specified detail message. |
ProjectException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of
ProjectException with the
specified detail message and cause. |
public ProjectException(java.lang.String msg)
ProjectException
with the
specified detail message.msg
- the detail message.public ProjectException(java.lang.String msg, java.lang.Throwable cause)
ProjectException
with the
specified detail message and cause.msg
- the detail message.cause
- cause the cause