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