org.xorm.datastore
Class DriverException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xorm.datastore.DriverException
All Implemented Interfaces:
Serializable

public class DriverException
extends Exception

Indicates that an exception occurred somewhere in the datastore driver.

See Also:
Serialized Form

Constructor Summary
DriverException(String message)
           
DriverException(String message, Throwable cause)
           
DriverException(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

DriverException

public DriverException(String message)

DriverException

public DriverException(Throwable cause)

DriverException

public DriverException(String message,
                       Throwable cause)


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/datastore/DriverException.html,v 1.9 2004/05/30 08:55:05 wbiggs Exp $