com.ibm.websphere.sdo.mediator.jdbc.exception
Class DBException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.websphere.sdo.mediator.exception.MediatorException
              extended bycom.ibm.websphere.sdo.mediator.jdbc.exception.JDBCMediatorException
                  extended bycom.ibm.websphere.sdo.mediator.jdbc.exception.DBException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OCCException

public class DBException
extends JDBCMediatorException

A JDBCMediatorException originating in the database

See Also:
Serialized Form

Constructor Summary
DBException()
          Constructor for DBException.
DBException(java.lang.String s)
          Constructor for DBException.
DBException(java.lang.String s, java.lang.Exception o)
          Constructor for DBException.
 
Methods inherited from class com.ibm.websphere.sdo.mediator.exception.MediatorException
getOriginalException, setOriginalException
 
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()
Constructor for DBException.


DBException

public DBException(java.lang.String s)
Constructor for DBException.

Parameters:
s -

DBException

public DBException(java.lang.String s,
                   java.lang.Exception o)
Constructor for DBException.

Parameters:
s -
o -