org.ejdb.driver
Class EJDBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ejdb.driver.EJDBException
All Implemented Interfaces:
java.io.Serializable

public class EJDBException
extends java.lang.RuntimeException

Version:
$Id$
Author:
Tyutyunkov Vyacheslav (tve@softmotions.com)
See Also:
Serialized Form

Constructor Summary
EJDBException()
           
EJDBException(int code, java.lang.String message)
           
EJDBException(java.lang.String message)
           
EJDBException(java.lang.String message, java.lang.Throwable cause)
           
EJDBException(java.lang.Throwable cause)
           
 
Method Summary
 int getCode()
           
 
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

EJDBException

public EJDBException()

EJDBException

public EJDBException(java.lang.String message)

EJDBException

public EJDBException(java.lang.String message,
                     java.lang.Throwable cause)

EJDBException

public EJDBException(java.lang.Throwable cause)

EJDBException

public EJDBException(int code,
                     java.lang.String message)
Method Detail

getCode

public int getCode()