gov.nih.nci.cagrid.data.upgrades
Class UpgradeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.cagrid.data.upgrades.UpgradeException
All Implemented Interfaces:
java.io.Serializable

public class UpgradeException
extends java.lang.Exception

UpgradeException TODO:DOCUMENT ME

Version:
$Id: UpgradeException.java,v 1.2 2007/08/15 18:33:44 dervin Exp $
Author:
David W. Ervin *
See Also:
Serialized Form

Constructor Summary
UpgradeException(java.lang.Exception cause)
           
UpgradeException(java.lang.String message)
           
UpgradeException(java.lang.String message, java.lang.Exception 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

UpgradeException

public UpgradeException(java.lang.Exception cause)

UpgradeException

public UpgradeException(java.lang.String message)

UpgradeException

public UpgradeException(java.lang.String message,
                        java.lang.Exception cause)