public class OwbAccessException extends OdiUncheckedException
| Constructor and Description | 
|---|
OwbAccessException(oracle.odi.internal.util.MessageHandle pErrorMsg,
                  java.lang.Object[] pMsgArgs)
Base constructor with custom error message. 
 | 
OwbAccessException(java.lang.Throwable pCause,
                  oracle.odi.internal.util.MessageHandle pErrorMsg,
                  java.lang.Object[] pMsgArgs)
Base constructor for creating  
OwbAccessException wrapping the cause and with custom error message. | 
getErrorID, getErrorMsgHandle, getLocalizedMessage, getLocalizedMessage, getMessagepublic OwbAccessException(oracle.odi.internal.util.MessageHandle pErrorMsg,
                          java.lang.Object[] pMsgArgs)
pErrorMsg - custom error message.pMsgArgs - error message arguments.public OwbAccessException(java.lang.Throwable pCause,
                          oracle.odi.internal.util.MessageHandle pErrorMsg,
                          java.lang.Object[] pMsgArgs)
OwbAccessException wrapping the cause and with custom error message.
 Error message arguments are used for customizing error message.
 The number of arguments should match number of required arguments at error message.pCause - exception root cause.pErrorMsg - custom error message.pMsgArgs - error message arguments.