Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


oracle.odi.core.exception
Class OdiRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.odi.core.exception.OdiRuntimeException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalExpressionObjectException, OdiUncheckedException, UnknownActionException

Deprecated. Use OdiUncheckedException instead this one. This class can be removed at any time.

@Deprecated
public class OdiRuntimeException
extends java.lang.RuntimeException

ODI "unchecked" exception used to report unexpected errors such as security failure, repository configuration errors.

Usually this class would be sub-classed but it can be used (thrown) as is.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
OdiRuntimeException()
          Deprecated. Create a new OdiRuntimeException.
OdiRuntimeException(java.lang.String pMessage)
          Deprecated. Create a new OdiRuntimeException.
OdiRuntimeException(java.lang.String pMessage, java.lang.Throwable pCause)
          Deprecated. Create a new OdiRuntimeException.
OdiRuntimeException(java.lang.Throwable pCause)
          Deprecated. Create a new OdiRuntimeException.

 

Method Summary

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

OdiRuntimeException

public OdiRuntimeException()
Deprecated. 
Create a new OdiRuntimeException.

OdiRuntimeException

public OdiRuntimeException(java.lang.String pMessage,
                           java.lang.Throwable pCause)
Deprecated. 
Create a new OdiRuntimeException.
Parameters:
pMessage - the detail message
pCause - the cause

OdiRuntimeException

public OdiRuntimeException(java.lang.String pMessage)
Deprecated. 
Create a new OdiRuntimeException.
Parameters:
pMessage - the detail message

OdiRuntimeException

public OdiRuntimeException(java.lang.Throwable pCause)
Deprecated. 
Create a new OdiRuntimeException.
Parameters:
pCause - the cause

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


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