oracle.odi.sdk.opentools
Class OpenToolExecutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sunopsis.tools.core.exception.SnpsAbstractException
              extended byoracle.odi.sdk.opentools.OpenToolExecutionException
All Implemented Interfaces:
java.io.Serializable

public class OpenToolExecutionException
extends com.sunopsis.tools.core.exception.SnpsAbstractException

Base abstract exception class for non-runtime exceptions thrown by Data Integrator Open Tool objects. All exceptions thrown by objects implementing IOpenTool should use one of these constructors. These exceptions provide features from the JDK 1.4 not available in version 1.3:

  • RuntimeException(String message, Throwable cause) constructor
  • public RuntimeException(Throwable cause)
  • public Throwable getCause()

    See Also:
    Serialized Form

    Constructor Summary
    OpenToolExecutionException()
               
    OpenToolExecutionException(java.lang.String pMessage)
               
    OpenToolExecutionException(java.lang.String pMessage, java.lang.Throwable pCause)
               
    OpenToolExecutionException(java.lang.Throwable pCause)
               
     
    Methods inherited from class com.sunopsis.tools.core.exception.SnpsAbstractException
    getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace, toString
     
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace
     
    Methods inherited from class java.lang.Object
    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
     

    Constructor Detail

    OpenToolExecutionException

    public OpenToolExecutionException()

    OpenToolExecutionException

    public OpenToolExecutionException(java.lang.String pMessage,
                                      java.lang.Throwable pCause)

    OpenToolExecutionException

    public OpenToolExecutionException(java.lang.String pMessage)

    OpenToolExecutionException

    public OpenToolExecutionException(java.lang.Throwable pCause)