org.openhealthexchange.openpixpdq.ihe.configuration
Class IheConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openhealthexchange.openpixpdq.ihe.configuration.IheConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class IheConfigurationException
extends java.lang.Exception

The exception is thrown when a connection is not configured properly and information cannot be translated to IHE form.

Version:
1.0 - Nov 14, 2005
Author:
Jim Firby
See Also:
Serialized Form

Constructor Summary
IheConfigurationException(java.lang.String message)
           
IheConfigurationException(java.lang.String message, java.lang.Throwable e)
           
 
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

IheConfigurationException

public IheConfigurationException(java.lang.String message)

IheConfigurationException

public IheConfigurationException(java.lang.String message,
                                 java.lang.Throwable e)