public class HL7Exception extends Exception
Modifier and Type | Field and Description |
---|---|
static String |
AA |
private String |
ack |
static String |
AE |
static String |
AR |
private static long |
serialVersionUID |
Constructor and Description |
---|
HL7Exception(String ack) |
HL7Exception(String ack,
String message) |
HL7Exception(String ack,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getAcknowledgmentCode() |
String |
getErrorMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public static final String AA
public static final String AR
public static final String AE
public HL7Exception(String ack)
public HL7Exception(String ack, String message)
public HL7Exception(String ack, Throwable cause)
public final String getAcknowledgmentCode()
public String getErrorMessage()
Copyright © 2017 dcm4che.org. All rights reserved.