|
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
oracle.odi.core.exception.OdiException
oracle.odi.setup.RepositorySetupException
oracle.odi.setup.InvalidJdbcPropertiesException
public class InvalidJdbcPropertiesException
Exception raised if the JdbcProperties is not valid.
| Constructor Summary | |
|---|---|
InvalidJdbcPropertiesException(JdbcProperties pProperties,
java.lang.String pMessage)
This constructor is not intended to be called by SDK users. |
|
InvalidJdbcPropertiesException(JdbcProperties pProperties,
java.lang.String pMessage,
java.sql.SQLException pCause)
Create a new InvalidJdbcPropertiesException. |
|
| 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 InvalidJdbcPropertiesException(JdbcProperties pProperties,
java.lang.String pMessage)
pProperties - the jdbc properties that is invalidpMessage - the exception message
public InvalidJdbcPropertiesException(JdbcProperties pProperties,
java.lang.String pMessage,
java.sql.SQLException pCause)
pProperties - the jdbc properties that is invalidpMessage - the exception messagepCause - the root cause 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 | ||||||||