com.ibm.websphere.sdo.mediator.exception

Class MediatorException

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

  1. public class MediatorException
  2. extends java.lang.Exception
MediatorException is the base class for all exceptions thrown by the JDBCMediator
See Also:
Serialized Form

Constructor Summary

Constructor and Description
MediatorException()
Constructor for MediatorException.
MediatorException(java.lang.String s)
Constructor for MediatorException.
MediatorException(java.lang.String s,java.lang.Exception o)
Constructor for MediatorException

Method Summary

Modifier and Type Method and Description
  1. java.lang.Exception
getOriginalException()
Returns the originalException.
  1. void
setOriginalException(java.lang.Exception originalException)
Sets the originalException.
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

MediatorException

  1. public MediatorException()
Constructor for MediatorException.

MediatorException

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

MediatorException

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

Method Detail

getOriginalException

  1. public java.lang.Exception getOriginalException( )
Returns the originalException.
Returns:
Exception

setOriginalException

  1. public void setOriginalException( java.lang.Exception originalException)
Sets the originalException.
Parameters:
originalException - The originalException to set