public abstract class error
extends com.sun.identity.authentication.spi.AuthLoginException
| Modifier and Type | Field and Description |
|---|---|
String |
description |
| Constructor and Description |
|---|
error(javax.servlet.http.HttpServletRequest request) |
error(OAuth2AMLoginModule lm,
String description) |
error(Throwable e,
javax.servlet.http.HttpServletRequest request) |
error(Throwable e,
OAuth2AMLoginModule lm,
String description) |
| Modifier and Type | Method and Description |
|---|---|
access_token |
getError() |
String |
toString() |
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleNameaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic String description
public error(Throwable e, javax.servlet.http.HttpServletRequest request)
public error(javax.servlet.http.HttpServletRequest request)
public error(Throwable e, OAuth2AMLoginModule lm, String description) throws com.sun.identity.authentication.spi.AuthLoginException
com.sun.identity.authentication.spi.AuthLoginExceptionpublic error(OAuth2AMLoginModule lm, String description) throws com.sun.identity.authentication.spi.AuthLoginException
com.sun.identity.authentication.spi.AuthLoginExceptionpublic access_token getError()
Copyright © 2024. All rights reserved.