oracle.odi.sdk.opentools
Class OpenToolExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sunopsis.tools.core.exception.SnpsAbstractException
oracle.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
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 |
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)