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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 $