OdiCheckedException instead this one. This class can be removed at any time.@Deprecated
public abstract class OdiException
extends java.lang.Exception
Exceptions that are thrown by ODI and that have to be caught
by application code must subclass OdiException. Generally a
checked exception is a non fatal exception.
| Constructor and Description |
|---|
OdiException(java.lang.String pMessage)
Deprecated.
Create a new
OdiException. |
OdiException(java.lang.String pMessage,
java.lang.Throwable pCause)
Deprecated.
Create a new
OdiException. |
OdiException(java.lang.Throwable pCause)
Deprecated.
Create a new
OdiException. |
public OdiException(java.lang.String pMessage,
java.lang.Throwable pCause)
OdiException.pMessage - the detail messagepCause - the causepublic OdiException(java.lang.String pMessage)
OdiException.pMessage - the detail messagepublic OdiException(java.lang.Throwable pCause)
OdiException.pCause - the cause