public class UncategorizedConfigurationException extends OdiConfigurationException
| Constructor and Description |
|---|
UncategorizedConfigurationException()
Default constructor with error message
Messages.ERR_CONFIGURATION_UNCATEGORIZED_EXCEPTION. |
UncategorizedConfigurationException(oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
Base constructor with custom error message.
|
UncategorizedConfigurationException(java.lang.Throwable pCause)
Default constructor with error message
Messages.ERR_CONFIGURATION_UNCATEGORIZED_EXCEPTION. |
UncategorizedConfigurationException(java.lang.Throwable pCause,
oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
Base constructor with custom error message.
|
getErrorID, getErrorMsgHandle, getLocalizedMessage, getLocalizedMessage, getMessagepublic UncategorizedConfigurationException()
Messages.ERR_CONFIGURATION_UNCATEGORIZED_EXCEPTION.public UncategorizedConfigurationException(java.lang.Throwable pCause)
Messages.ERR_CONFIGURATION_UNCATEGORIZED_EXCEPTION.pCause - exception root cause.public UncategorizedConfigurationException(oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
pErrorMsg - custom error message.pMsgArgs - error message arguments.public UncategorizedConfigurationException(java.lang.Throwable pCause,
oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
pCause - exception root cause.pErrorMsg - custom error message.pMsgArgs - error message arguments.