org.xerial.db
Class DBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xerial.core.XerialException
org.xerial.db.DBException
- All Implemented Interfaces:
- Serializable
public class DBException
- extends XerialException
An exception base class related to the database package
- Author:
- leo
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DBException
public DBException(DBErrorCode errorCode)
DBException
public DBException(DBErrorCode errorCode,
String message)
DBException
public DBException(DBErrorCode errorCode,
Throwable e)
DBException
public DBException(DBErrorCode errorCode,
String message,
Throwable e)
getErrorCode
public DBErrorCode getErrorCode()

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.