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