|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.ohf.ihe.xds.consumer.ConsumerException
public class ConsumerException
Exception class for XDS Document Consumer implementation Supports the IHE XDS Consumer actor in Transaction ITI-16: Query Registry and Transaction ITI-17: Retrieve Document
| Constructor Summary | |
|---|---|
ConsumerException(java.lang.String message)
Create a new exception |
|
ConsumerException(java.lang.String message,
java.lang.Throwable e)
Create a new exception |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConsumerException(java.lang.String message)
message - String indicating the reason for the exception
public ConsumerException(java.lang.String message,
java.lang.Throwable e)
message - String indicating the reason for the exceptione - the exception that caused the error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||