Class HL7Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aoju.bus.image.metric.internal.hl7.HL7Exception
- All Implemented Interfaces:
Serializable
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHL7Exception(String ack) HL7Exception(String ack, String message) HL7Exception(String ack, Throwable cause) HL7Exception(HL7Segment err) HL7Exception(HL7Segment err, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
AA
- See Also:
-
AR
- See Also:
-
AE
- See Also:
-
-
Constructor Details
-
HL7Exception
-
HL7Exception
-
HL7Exception
-
HL7Exception
-
HL7Exception
-
-
Method Details
-
getAcknowledgmentCode
-
getErrorMessage
-
getErrorSegment
-