com.ibm.websphere.sdo.mediator.jdbc.exception
Class JDBCMediatorException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.sdo.mediator.exception.MediatorException
com.ibm.websphere.sdo.mediator.jdbc.exception.JDBCMediatorException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
- public class JDBCMediatorException
- extends MediatorException
See Also:
Constructor Summary
Constructor and Description |
---|
JDBCMediatorException()
Constructor for JDBCMediatorException.
|
JDBCMediatorException(java.lang.String s)
Constructor for JDBCMediatorException.
|
JDBCMediatorException(java.lang.String s,java.lang.Exception o)
Constructor for JDBCMediatorException.
|
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
JDBCMediatorException
- public JDBCMediatorException()
Constructor for JDBCMediatorException.
JDBCMediatorException
- public JDBCMediatorException(java.lang.String s)
Constructor for JDBCMediatorException.
Parameters:
s
- JDBCMediatorException
- public JDBCMediatorException(java.lang.String s,
- java.lang.Exception o)
Constructor for JDBCMediatorException.
Parameters:
s
- o
-