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