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

E17060-01

oracle.odi.domain
Class OdiDomainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.odi.core.exception.OdiException
              extended by oracle.odi.domain.OdiDomainException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ColumnNotFoundException, EssSchedulerException, NoSourceSetException, TargetIsTemporaryException

public abstract class OdiDomainException
extends OdiException

Abstract root exception for odi domain packages.

An Odi domain exception is not a fatal exception, but a business exception that application code should be able to recover from.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
OdiDomainException(java.lang.String pMessage)
          Create a new OdiDomainException.
OdiDomainException(java.lang.String pMessage, java.lang.Throwable pCause)
          Create a new OdiDomainException.
OdiDomainException(java.lang.Throwable pCause)
          Create a new OdiDomainException.
 
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

OdiDomainException

public OdiDomainException(java.lang.String pMessage)
Create a new OdiDomainException.

Parameters:
pMessage - error message

OdiDomainException

public OdiDomainException(java.lang.String pMessage,
                          java.lang.Throwable pCause)
Create a new OdiDomainException.

Parameters:
pMessage - error message
pCause - the cause

OdiDomainException

public OdiDomainException(java.lang.Throwable pCause)
Create a new OdiDomainException.

Parameters:
pCause - the cause

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

E17060-01

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