public class AuthenticationServiceException extends AuthenticationException
| Constructor and Description |
|---|
AuthenticationServiceException(oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
Base constructor with custom error message.
|
AuthenticationServiceException(java.lang.String username,
oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
Base constructor with custom error message.
|
AuthenticationServiceException(java.lang.Throwable pCause)
Constructor with default error message
Messages.ERR_SECURITY_UNCATEGORIZED_EXCEPTION. |
AuthenticationServiceException(java.lang.Throwable pCause,
oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
Base constructor with custom error message.
|
AuthenticationServiceException(java.lang.Throwable pCause,
java.lang.String username,
oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
Base constructor with custom error message.
|
getUsernamegetErrorID, getErrorMsgHandle, getLocalizedMessage, getLocalizedMessage, getMessagepublic AuthenticationServiceException(java.lang.String username,
oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
pErrorMsg - custom error message.pMsgArgs - error message arguments.username - user, which causes exception. Could be null.public AuthenticationServiceException(oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
pErrorMsg - custom error message.pMsgArgs - error message arguments.public AuthenticationServiceException(java.lang.Throwable pCause,
java.lang.String username,
oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
pCause - exception root cause.pErrorMsg - custom error message.pMsgArgs - error message arguments.username - user, which causes exception. Could be null.public AuthenticationServiceException(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.public AuthenticationServiceException(java.lang.Throwable pCause)
Messages.ERR_SECURITY_UNCATEGORIZED_EXCEPTION.
Should be used carefully, because it has a little information.pCause -