org.openhealthexchange.openpixpdq.ihe
Class PixManagerException

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

public class PixManagerException
extends java.lang.Exception

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

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

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

PixManagerException

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

Parameters:
string - A description of the problem

PixManagerException

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

PixManagerException

public PixManagerException(java.lang.Throwable cause)