jrunx.persistence.greylock
Class DBInvokerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.persistence.greylock.DBException
                    |
                    +--jrunx.persistence.greylock.DBInvokerException
All Implemented Interfaces:
java.io.Serializable

public class DBInvokerException
extends DBException

Unknown db invoker error

See Also:
Serialized Form

Fields inherited from class jrunx.persistence.greylock.DBException
rootException
 
Constructor Summary
DBInvokerException()
           
DBInvokerException(java.lang.Throwable th)
           
 
Methods inherited from class jrunx.persistence.greylock.DBException
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
 

Constructor Detail

DBInvokerException

public DBInvokerException()

DBInvokerException

public DBInvokerException(java.lang.Throwable th)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.