public class MllpException extends Exception
Constructor and Description |
---|
MllpException(String message) |
MllpException(String message,
byte[] hl7MessageBytes) |
MllpException(String message,
byte[] hl7MessageBytes,
byte[] hl7AcknowledgementBytes) |
MllpException(String message,
byte[] hl7MessageBytes,
byte[] hl7AcknowledgementBytes,
Throwable cause) |
MllpException(String message,
byte[] hl7MessageBytes,
Throwable cause) |
MllpException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getHl7AcknowledgementBytes()
Get the HL7 acknowledgement payload associated with this exception, if any.
|
byte[] |
getHl7MessageBytes()
Get the HL7 message payload associated with this exception, if any.
|
String |
getMessage()
Override the base version of this method, and include the HL7 Message and Acknowledgement, if any
|
boolean |
hasHl7AcknowledgementBytes()
Determine if there is an HL7 message payload associated with this exception.
|
boolean |
hasHl7MessageBytes()
Determine if there is an HL7 message payload associated with this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MllpException(String message)
public MllpException(String message, byte[] hl7MessageBytes)
public MllpException(String message, byte[] hl7MessageBytes, byte[] hl7AcknowledgementBytes)
public boolean hasHl7MessageBytes()
public byte[] getHl7MessageBytes()
public boolean hasHl7AcknowledgementBytes()
public byte[] getHl7AcknowledgementBytes()
public String getMessage()
getMessage
in class Throwable
Apache Camel