org.openhealthexchange.openpixpdq.ihe
Class PdSupplierException

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

public class PdSupplierException
extends java.lang.Exception

This exception is generated when there is a problem with PdSupplier operations

Version:
1.0 - Oct 21, 2008
Author:
Wenzhi Li
See Also:
Serialized Form

Constructor Summary
PdSupplierException(java.lang.String string)
          Create a new PdSupplierException.
PdSupplierException(java.lang.String msg, java.lang.Throwable cause)
           
PdSupplierException(java.lang.Throwable 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

PdSupplierException

public PdSupplierException(java.lang.String string)
Create a new PdSupplierException.

Parameters:
string - A description of the problem

PdSupplierException

public PdSupplierException(java.lang.String msg,
                           java.lang.Throwable cause)

PdSupplierException

public PdSupplierException(java.lang.Throwable cause)