public class InvalidMessageException extends HL7Exception
| Constructor and Description |
|---|
InvalidMessageException()
Constructs a new Invalid Message Exception
|
InvalidMessageException(java.lang.String strMessage)
Constructs a new Invalid Message Exception with the specified detail message.
|
InvalidMessageException(java.lang.String strMessage,
java.lang.Throwable cause)
Constructs a new Invalid Message Exception with the specified detail message and cause
|
InvalidMessageException(java.lang.Throwable cause)
Constructs a new Invalid Message Exception with the specified cause.
|
getErrorCode, getMessage, setErrorCodepublic InvalidMessageException(java.lang.String strMessage,
java.lang.Throwable cause)
strMessage - - the detail messagecause - - the causepublic InvalidMessageException(java.lang.String strMessage)
strMessage - - the detail message.public InvalidMessageException(java.lang.Throwable cause)
cause - - the cause (A null value is permitted, and indicates that the cause is nonexistent or unknown.)public InvalidMessageException()