IBM WebSphere Application ServerTM
Release 8

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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.sdo.mediator.exception.MediatorException
              extended by com.ibm.websphere.sdo.mediator.jdbc.exception.JDBCMediatorException
                  extended by com.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.
 
Method Summary
 
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 -

IBM WebSphere Application ServerTM
Release 8