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