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