public class AuthenticationException extends AdminSecurityException
Constructor and Description |
---|
AuthenticationException()
Creates an authentication exception with a default message.
|
AuthenticationException(LocalizableMessage message)
Create an authentication exception with a message.
|
AuthenticationException(LocalizableMessage message,
Throwable cause)
Create an authentication exception with a message and cause.
|
AuthenticationException(Throwable cause)
Create an authentication exception with a cause and a default
message.
|
getMessageObject
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException()
public AuthenticationException(Throwable cause)
cause
- The cause.public AuthenticationException(LocalizableMessage message, Throwable cause)
message
- The message.cause
- The cause.public AuthenticationException(LocalizableMessage message)
message
- The message.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.