public class ReceivingApplicationException extends Exception
ReceivingApplication
.
Note that this replaces ca.uhn.hl7v2.app.ApplicationException in HAPI 0.5.Constructor and Description |
---|
ReceivingApplicationException(String msg)
Constructs an instance of
ReceivingApplicationException with the specified detail message. |
ReceivingApplicationException(String msg,
Throwable cause)
Constructs a new exception with the specified underlying cause
and detail message.
|
ReceivingApplicationException(Throwable cause)
Constructs a new exception with the specified underlying cause.
|
ReceivingApplicationException(Throwable cause,
String incomingMessage,
String outgoingMessage,
Map<String,Object> incomingMetadata) |
Modifier and Type | Method and Description |
---|---|
String |
getIncomingMessage() |
Map<String,Object> |
getIncomingMetadata() |
String |
getOutgoingMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReceivingApplicationException(String msg)
ReceivingApplicationException
with the specified detail message.public ReceivingApplicationException(Throwable cause)
cause
- an exception that is the reason for this exceptionpublic ReceivingApplicationException(String msg, Throwable cause)
msg
- detail messagecause
- an exception that is the reason for this exceptionpublic String getIncomingMessage()
public String getOutgoingMessage()
public Map<String,Object> getIncomingMetadata()
Copyright © 2001–2017 University Health Network. All rights reserved.