public class CCDException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
CCDException()
Initialized a new object of Constructs CCD Exception with default values.
|
CCDException(java.lang.String strMessage)
Initialized a new object of CCDException with the specified detail message.
|
CCDException(java.lang.String strMessage,
java.lang.Throwable cause)
Initialized a new object of CCDException with the specified detail message and cause.
|
CCDException(java.lang.Throwable cause)
This constructor is useful for exceptions that are little more than wrappers for other throwable
|
public CCDException()
public CCDException(java.lang.String strMessage,
java.lang.Throwable cause)
strMessage - the detail message.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)public CCDException(java.lang.String strMessage)
strMessage - the detail message.public CCDException(java.lang.Throwable cause)
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)