|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.odi.core.exception.OdiRuntimeException
oracle.odi.generation.DDLGeneratorServiceException
public class DDLGeneratorServiceException
Runtime exception thrown when the generation of a DDL difference or DDL user procedure failed.
| Constructor Summary | |
|---|---|
DDLGeneratorServiceException(java.lang.String pMessage)
Construct DDLGeneratorService exception with message. |
|
DDLGeneratorServiceException(java.lang.String pMessage,
java.lang.Throwable pCause)
Construct DDLGeneratorService exception with message and cause. |
|
DDLGeneratorServiceException(java.lang.Throwable pCause)
Construct DDLGeneratorService exception with cause. |
|
| 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 |
|---|
public DDLGeneratorServiceException(java.lang.String pMessage)
pMessage - Error message.
public DDLGeneratorServiceException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - Error message.pCause - Underlying cause of the exception.public DDLGeneratorServiceException(java.lang.Throwable pCause)
pCause - Underlying cause of the exception.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||