Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jcorporate.expresso.core.db
Class DBException  view DBException download DBException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.jcorporate.expresso.core.db.DBException
All Implemented Interfaces:
java.io.Serializable

public class DBException
extends com.jcorporate.expresso.kernel.exception.ChainedException

DBException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  java.lang.String dbMessage
           
 
Fields inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DBException()
           
DBException(java.lang.String s)
           
DBException(java.lang.String s, java.lang.String newDBMessage)
           
DBException(java.lang.String s, java.lang.Throwable t)
           
DBException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getDBMessage()
          Retrieve the message that was received from the JDBC driver
 java.lang.String getMessage()
          Returns the Exception Message
 
Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
getErrorNumber, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dbMessage

private java.lang.String dbMessage
Constructor Detail

DBException

public DBException()

DBException

public DBException(java.lang.String s)

DBException

public DBException(java.lang.String s,
                   java.lang.String newDBMessage)

DBException

public DBException(java.lang.String s,
                   java.lang.Throwable t)

DBException

public DBException(java.lang.Throwable t)
Method Detail

getDBMessage

public java.lang.String getDBMessage()
Retrieve the message that was received from the JDBC driver


getMessage

public java.lang.String getMessage()
Returns the Exception Message