org.eclipse.ohf.ihe.xds.consumer
Class ConsumerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ohf.ihe.xds.consumer.ConsumerException
All Implemented Interfaces:
java.io.Serializable

public class ConsumerException
extends java.lang.Exception

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

Author:
Sarah Knoop
See Also:
IHE Technical Framework, Serialized Form

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

ConsumerException

public ConsumerException(java.lang.String message)
Create a new exception

Parameters:
message - String indicating the reason for the exception

ConsumerException

public ConsumerException(java.lang.String message,
                         java.lang.Throwable e)
Create a new exception

Parameters:
message - String indicating the reason for the exception
e - the exception that caused the error