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

Class JDBCMediatorException

  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
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
DBException, InvalidMetadataException

  1. public class JDBCMediatorException
  2. extends MediatorException
Base class for Exceptions thrown by the JDBCMediator
See Also:
Serialized Form

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

  1. public JDBCMediatorException()
Constructor for JDBCMediatorException.

JDBCMediatorException

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

JDBCMediatorException

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