Package ca.uhn.hl7v2.protocol
Class ReceivingApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.protocol.ReceivingApplicationException
- All Implemented Interfaces:
Serializable
Represents any problem encountered during processing of a message by a
ReceivingApplication.
Note that this replaces ca.uhn.hl7v2.app.ApplicationException in HAPI 0.5.- Version:
- $Revision: 1.1 $ updated on $Date: 2007-02-19 02:24:38 $ by $Author: jamesagnew $
- Author:
- Bryan Tripp
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance ofReceivingApplicationExceptionwith the specified detail message.ReceivingApplicationException(String msg, Throwable cause) Constructs a new exception with the specified underlying cause and detail message.Constructs a new exception with the specified underlying cause.ReceivingApplicationException(Throwable cause, String incomingMessage, String outgoingMessage, Map<String, Object> incomingMetadata) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReceivingApplicationException
Constructs an instance ofReceivingApplicationExceptionwith the specified detail message. -
ReceivingApplicationException
Constructs a new exception with the specified underlying cause.- Parameters:
cause- an exception that is the reason for this exception
-
ReceivingApplicationException
Constructs a new exception with the specified underlying cause and detail message.- Parameters:
msg- detail messagecause- an exception that is the reason for this exception
-
ReceivingApplicationException
-
-
Method Details
-
getIncomingMessage
-
getOutgoingMessage
-
getIncomingMetadata
-