Package oracle.security.am.plugin.authn
Class ExtAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.security.am.plugin.authn.AuthenticationException
oracle.security.am.plugin.authn.ExtAuthenticationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtAuthenticationException<wbr>(String messageId)
ExtAuthenticationException<wbr>(oracle.security.am.common.utilities.constant.ErrorCode errorCode, String errorMessage)
-
Method Summary
Modifier and TypeMethodDescriptionoracle.security.am.common.utilities.constant.ErrorCode
Returns the message ID that was passed in on creation, if any.Returns the secondary Error message.Methods inherited from class oracle.security.am.plugin.authn.AuthenticationException
getErrorCode, getMessage, getMessage, getPluginAuthenticationErrorCode, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ExtAuthenticationException
-
ExtAuthenticationException
public ExtAuthenticationException<wbr>(oracle.security.am.common.utilities.constant.ErrorCode errorCode, String errorMessage)
-
-
Method Details
-
getMessageId
Description copied from class:AuthenticationException
Returns the message ID that was passed in on creation, if any.- Overrides:
getMessageId
in classAuthenticationException
- Returns:
-
getSecondaryErrorMessage
Description copied from class:AuthenticationException
Returns the secondary Error message.- Overrides:
getSecondaryErrorMessage
in classAuthenticationException
- Returns:
-
getExtErrorCode
public oracle.security.am.common.utilities.constant.ErrorCode getExtErrorCode()
-