org.xerial.db
Class DBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xerial.core.XerialException
              extended by 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

Constructor Summary
DBException(DBErrorCode errorCode)
           
DBException(DBErrorCode errorCode, String message)
           
DBException(DBErrorCode errorCode, String message, Throwable e)
           
DBException(DBErrorCode errorCode, Throwable e)
           
 
Method Summary
 DBErrorCode getErrorCode()
           
 
Methods inherited from class org.xerial.core.XerialException
concatinateMessage
 
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

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)
Method Detail

getErrorCode

public DBErrorCode getErrorCode()


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