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