|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.protocol.ReceivingApplicationException
public class ReceivingApplicationException
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.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReceivingApplicationException(String msg)
ReceivingApplicationException with the specified detail message.
public ReceivingApplicationException(Throwable cause)
cause - an exception that is the reason for this exception
public ReceivingApplicationException(String msg,
Throwable cause)
msg - detail messagecause - an exception that is the reason for this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||