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