Oracle© Data Integrator Open Tools Java API Reference
11g Release 1 (11.1.1.3.0)

E17061-01

oracle.odi.sdk.opentools
Class OpenToolExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.lang.exception.NestableException
              extended by com.sunopsis.tools.core.exception.SnpsAbstractException
                  extended by oracle.odi.sdk.opentools.OpenToolExecutionException
All Implemented Interfaces:
java.io.Serializable, org.apache.commons.lang.exception.Nestable

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()
              Constructs an OpenToolExecutionException object.
    OpenToolExecutionException(java.lang.String pMessage)
              Constructs an OpenToolExecutionException object.
    OpenToolExecutionException(java.lang.String pMessage, java.lang.Throwable pCause)
              Constructs an OpenToolExecutionException object.
    OpenToolExecutionException(java.lang.Throwable pCause)
              Constructs an OpenToolExecutionException object.
     
    Method Summary
     
    Methods inherited from class org.apache.commons.lang.exception.NestableException
    getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
     
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
     
    Methods inherited from class java.lang.Object
    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
     

    Constructor Detail

    OpenToolExecutionException

    public OpenToolExecutionException()
    Constructs an OpenToolExecutionException object.


    OpenToolExecutionException

    public OpenToolExecutionException(java.lang.String pMessage)
    Constructs an OpenToolExecutionException object.

    Parameters:
    pMessage - message

    OpenToolExecutionException

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

    Parameters:
    pMessage - message
    pCause - cause

    OpenToolExecutionException

    public OpenToolExecutionException(java.lang.Throwable pCause)
    Constructs an OpenToolExecutionException object.

    Parameters:
    pCause - cause

    Oracle© Data Integrator Open Tools Java API Reference
    11g Release 1 (11.1.1.3.0)

    E17061-01

    Copyright © 2010, Oracle and/or its affiliates. All rights reserved.