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