Package org.apache.camel.processor.mllp
Class Hl7AcknowledgementGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.processor.mllp.Hl7AcknowledgementGenerationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHl7AcknowledgementGenerationException(Hl7Util hl7Util, String message) Hl7AcknowledgementGenerationException(Hl7Util hl7Util, String message, byte[] hl7MessageBytes) Hl7AcknowledgementGenerationException(Hl7Util hl7Util, String message, byte[] hl7MessageBytes, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Override the base version of this method, and include the HL7 Message and Acknowledgement, if anybooleanMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Hl7AcknowledgementGenerationException
-
Hl7AcknowledgementGenerationException
-
Hl7AcknowledgementGenerationException
-
-
Method Details
-
hasHl7MessageBytes
public boolean hasHl7MessageBytes() -
getHl7MessageBytes
public byte[] getHl7MessageBytes() -
getMessage
Override the base version of this method, and include the HL7 Message and Acknowledgement, if any- Overrides:
getMessagein classThrowable- Returns:
- the detail message of this MLLP Exception
-