com.ibm.websphere.sdo.mediator.jdbc.exception
Class DBException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.sdo.mediator.exception.MediatorException
com.ibm.websphere.sdo.mediator.jdbc.exception.JDBCMediatorException
com.ibm.websphere.sdo.mediator.jdbc.exception.DBException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
- public class DBException
- extends JDBCMediatorException
See Also:
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
- 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
-