IBM WebSphere Application ServerTM
Release 7

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

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DBException, InvalidMetadataException

public class JDBCMediatorException
extends MediatorException

Base class for Exceptions thrown by the JDBCMediator

See Also:
Serialized Form

Constructor Summary
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 -

IBM WebSphere Application ServerTM
Release 7