public class InvalidCommandSetException extends DicomException
| Constructor and Description |
|---|
InvalidCommandSetException(java.lang.String strMessage)
Initialized a new object of InvalidCommandSetException with the specified
detail message.
|
InvalidCommandSetException(java.lang.String strMessage,
java.lang.Throwable cause)
Initialized a new object of InvalidCommandSetException with the specified
detail message and cause.
|
InvalidCommandSetException(java.lang.Throwable cause)
This constructor is useful for exceptions that are little more than
wrappers for other throwables.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Retrieves the detail message string of this throwable.
|
public InvalidCommandSetException(java.lang.String strMessage,
java.lang.Throwable cause)
strMessage - message to depict the causecause - the cause of this exception to be thrownpublic InvalidCommandSetException(java.lang.String strMessage)
strMessage - the message depicting the exception conditionpublic InvalidCommandSetException(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.)