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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 exceptionCopyright © 2001-2013 University Health Network. All Rights Reserved.