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