com.ibm.websphere.sdo.mediator.exception

Class MediatorException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.websphere.sdo.mediator.exception.MediatorException
  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    JDBCMediatorException


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

      Constructors 
      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

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

        public MediatorException()
        Constructor for MediatorException.
      • MediatorException

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

        public MediatorException(java.lang.String s,
                         java.lang.Exception o)
        Constructor for MediatorException
        Parameters:
        s -
        originalException -
    • Method Detail

      • getOriginalException

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

        public void setOriginalException(java.lang.Exception originalException)
        Sets the originalException.
        Parameters:
        originalException - The originalException to set
IBM WebSphere Application ServerTM
Release 8.5