Skip navigation links

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

E17060-04


oracle.odi.domain
Class DomainRuntimeException

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
                  extended by oracle.odi.exception.OdiUncheckedException
                      extended by oracle.odi.domain.DomainRuntimeException

All Implemented Interfaces:
java.io.Serializable

public class DomainRuntimeException
extends OdiUncheckedException

Top level ODI Domain unchecked exception to be sub-classed by all specific custom unchecked exceptions of ODI Domain.
This class uses MessageHandle for providing I18N.

Since:
11.1.1.6.0
Version:
$Header: DomainRuntimeException.java 05-mar-2011.11:50:19 aputseye Exp $
See Also:
Serialized Form

Constructor Summary
DomainRuntimeException(oracle.odi.internal.util.MessageHandle pErrorMsg, java.lang.Object... pMsgArgs)
           
DomainRuntimeException(java.lang.Throwable pCause)
           
DomainRuntimeException(java.lang.Throwable pCause, oracle.odi.internal.util.MessageHandle pErrorMsg, java.lang.Object... pMsgArgs)
           

 

Method Summary

 

Methods inherited from class oracle.odi.exception.OdiUncheckedException
getErrorID, getErrorMsgHandle, getLocalizedMessage, getLocalizedMessage, getMessage

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

DomainRuntimeException

public DomainRuntimeException(oracle.odi.internal.util.MessageHandle pErrorMsg,
                              java.lang.Object... pMsgArgs)

DomainRuntimeException

public DomainRuntimeException(java.lang.Throwable pCause,
                              oracle.odi.internal.util.MessageHandle pErrorMsg,
                              java.lang.Object... pMsgArgs)

DomainRuntimeException

public DomainRuntimeException(java.lang.Throwable pCause)

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.