public class CMSException
extends java.lang.Exception
| Constructor and Description |
|---|
CMSException()
Creates a
CMSException with no message describing
the exception. |
CMSException(java.lang.String msg)
Creates a
CMSException with the given message
describing this particular exception. |
CMSException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
CMSException with the specified detail message
and cause. |
public CMSException()
CMSException with no message describing
the exception.public CMSException(java.lang.String msg)
CMSException with the given message
describing this particular exception.msg - the message string describing this exceptionpublic CMSException(java.lang.String message,
java.lang.Throwable cause)
CMSException with the specified detail message
and cause.
Note that the detail message associated with the cause is not automatically incorporated in this exception's detail message.
message - the detail messagecause - the cause