|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.odi.core.exception.OdiRuntimeException
oracle.odi.exception.OdiUncheckedException
oracle.odi.generation.DDLGeneratorServiceException
public class DDLGeneratorServiceException
Unchecked exception thrown when the generation of a DDL difference or DDL user procedure failed.
WARNING: exception will be changed to checked in future release.
| 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 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 |
|---|
public DDLGeneratorServiceException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - Error message.pCause - Underlying cause of the exception.public DDLGeneratorServiceException(java.lang.String pMessage)
pMessage - Error message.public DDLGeneratorServiceException(java.lang.Throwable pCause)
pCause - Underlying cause of the exception.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||