org.datamanager.exception
Class DataManagerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.datamanager.exception.DataManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchEntityException, NoSuchIdentifierException

public class DataManagerException
extends Exception

This exception is thrown when the unexpected happens in the DataManager. At this time this exception is used far too much and not handled appropriately. Created: Tue Sep 28 15:32:39 1999

Version:
$Revision: 1.6 $
Author:
Benjamin Frederick Keil
See Also:
Serialized Form

Constructor Summary
DataManagerException()
           
DataManagerException(String reason)
           
DataManagerException(Throwable cause)
           
 
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

DataManagerException

public DataManagerException()

DataManagerException

public DataManagerException(String reason)

DataManagerException

public DataManagerException(Throwable cause)


See the Helium Website