org.oXML.extras.db
Class DatabaseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.oXML.ObjectBoxException
              extended byorg.oXML.extras.db.DatabaseException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseException
extends ObjectBoxException

See Also:
Serialized Form

Constructor Summary
DatabaseException(java.lang.String msg)
           
DatabaseException(java.lang.String msg, java.lang.Throwable cause)
           
DatabaseException(java.lang.Throwable cause)
           
 
Methods inherited from class org.oXML.ObjectBoxException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

DatabaseException

public DatabaseException(java.lang.String msg)

DatabaseException

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

DatabaseException

public DatabaseException(java.lang.Throwable cause)