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