public class InvalidDictionaryException extends HL7Exception
| Constructor and Description |
|---|
InvalidDictionaryException()
Initializes a new object of InvalidDictionaryException .
|
InvalidDictionaryException(java.lang.String strMessage)
Initializes a new object of InvalidDictionaryException with the specified detail message.
|
InvalidDictionaryException(java.lang.String strMessage,
java.lang.Throwable cause)
Initializes a new object of InvalidDictionaryException with the specified detail message and cause.
|
InvalidDictionaryException(java.lang.Throwable cause)
This constructor is useful for exceptions that are little more than wrappers for other throwables
|
getErrorCode, getMessage, setErrorCodepublic InvalidDictionaryException()
public InvalidDictionaryException(java.lang.String strMessage)
strMessage - the detail messagepublic InvalidDictionaryException(java.lang.String strMessage,
java.lang.Throwable cause)
strMessage - the detail messagecause - 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 InvalidDictionaryException(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.)