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