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