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