jrunx.persistence.greylock
Class DBException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.persistence.greylock.DBException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ArrayHandler.IllegalArrayTypeException, CFODBColumnMetaData.InvalidJDBCTypeException, CFODBMetaData.DBNoSuchPropertyException, DBInvokerException, DBSchemaException, DBSequencerException, DBSQLException, DBStoreManager.DatasourceMappingException, DBTypeDef.DBIllegalParentTypeException, GetInstanceSqlBuilder.DBEmbeddedPropertyException, InstanceForge.DBPropertyNotFoundException, InstanceForge.DeleteRequiredPropertyException, InstanceForge.EmbeddedInstanceNotFoundException, InstanceForge.InvalidPrimaryKeyTypeException, InstanceForge.InvalidPropertyTypeException, InternalException, NoSuchInstanceException, ObjectPersistenceException, TypeForge.TypeDependencyException

public class DBException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable rootException
           
 
Constructor Summary
DBException()
           
DBException(java.lang.String message)
           
DBException(java.lang.String message, java.lang.Throwable rootException)
           
DBException(java.lang.Throwable rootException)
           
 
Method Summary
 java.lang.Throwable getRootException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rootException

protected java.lang.Throwable rootException
Constructor Detail

DBException

public DBException()

DBException

public DBException(java.lang.String message)

DBException

public DBException(java.lang.String message,
                   java.lang.Throwable rootException)

DBException

public DBException(java.lang.Throwable rootException)
Method Detail

getRootException

public java.lang.Throwable getRootException()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.