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

Class DBException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.sdo.mediator.exception.MediatorException
  5. extended bycom.ibm.websphere.sdo.mediator.jdbc.exception.JDBCMediatorException
  6. extended bycom.ibm.websphere.sdo.mediator.jdbc.exception.DBException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
OCCException

  1. public class DBException
  2. extends JDBCMediatorException
A JDBCMediatorException originating in the database
See Also:
Serialized Form

Constructor Summary

Constructor and Description
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

  1. public DBException()
Constructor for DBException.

DBException

  1. public DBException(java.lang.String s)
Constructor for DBException.
Parameters:
s -

DBException

  1. public DBException(java.lang.String s,
  2. java.lang.Exception o)
Constructor for DBException.
Parameters:
s -
o -