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