public final class UnsupportedCredentialsException extends AuthenticationException
| Modifier and Type | Field and Description |
|---|---|
static UnsupportedCredentialsException |
ERROR
Static instance of UnsupportedCredentialsException.
|
| Constructor and Description |
|---|
UnsupportedCredentialsException()
Default constructor that does not allow the chaining of exceptions and
uses the default code as the error code for this exception.
|
UnsupportedCredentialsException(Throwable throwable)
Constructor that allows for the chaining of exceptions.
|
getTypegetCode, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final UnsupportedCredentialsException ERROR
public UnsupportedCredentialsException()
public UnsupportedCredentialsException(Throwable throwable)
throwable - the chained exception.Copyright © 2004-2015 Apereo. All Rights Reserved.