public class InvalidJdbcPropertiesException extends RepositorySetupException
JdbcProperties is not valid.| Constructor and Description |
|---|
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.lang.Throwable pCause)
Create a new InvalidJdbcPropertiesException.
|
public InvalidJdbcPropertiesException(JdbcProperties pProperties, java.lang.String pMessage, java.lang.Throwable pCause)
pProperties - the jdbc properties that is invalidpMessage - the exception messagepCause - the root cause exceptionpublic InvalidJdbcPropertiesException(JdbcProperties pProperties, java.lang.String pMessage)
pProperties - the jdbc properties that is invalidpMessage - the exception message