public class ResolveException extends GeneralException
| Constructor and Description |
|---|
ResolveException(ErrorObject error,
AuthenticationRequest authRequest)
Creates a new resolve exception.
|
ResolveException(java.lang.String exMessage,
java.lang.String clientMessage,
AuthenticationRequest authRequest,
java.lang.Throwable cause)
Creates a new resolve exception.
|
getClientID, getErrorObject, getRedirectionURI, getResponseMode, getStatepublic ResolveException(ErrorObject error, AuthenticationRequest authRequest)
error - The associated OpenID Connect / OAuth 2.0 error.
Must not be null.authRequest - The associated OpenID Connect authentication
request. Must not be null.public ResolveException(java.lang.String exMessage, java.lang.String clientMessage, AuthenticationRequest authRequest, java.lang.Throwable cause)
OIDCError.INVALID_REQUEST_URI or
OIDCError.INVALID_REQUEST_OBJECT depending on the request
type.exMessage - The original exception message (to be logged).
May be null.clientMessage - The message to pass back to the client in the
error_description of the error code,
null to use the default one.authRequest - The associated OpenID Connect authentication
request, used to determine the error object.
Must not be null.cause - The exception cause, null if not
specified.Copyright © 2016 Connect2id Ltd.. All Rights Reserved.