public class ResolveException extends GeneralException
| Constructor and Description |
|---|
ResolveException(String message)
Creates a new resolve exception.
|
ResolveException(String message,
ErrorObject error,
ClientID clientID,
URI redirectURI,
State state,
Throwable cause)
Creates a new resolve exception.
|
ResolveException(String message,
ErrorObject error,
Throwable cause)
Creates a new resolve exception.
|
ResolveException(String message,
Throwable cause)
Creates a new resolve exception.
|
getClientID, getErrorObject, getRedirectionURI, getStateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResolveException(String message)
message - The exception message. May be null.public ResolveException(String message, Throwable cause)
message - The exception message. May be null.cause - The exception cause, null if not specified.public ResolveException(String message, ErrorObject error, Throwable cause)
message - The exception message. May be null.error - The associated OpenID Connect / OAuth 2.0 error,
null if not specified.cause - The exception cause, null if not specified.public ResolveException(String message, ErrorObject error, ClientID clientID, URI redirectURI, State state, Throwable cause)
message - The exception message. May be null.error - The associated OpenID Connect / OAuth 2.0 error,
null if not specified.clientID - The associated client identifier. Must not be
null.redirectURI - The associated redirection URI. Must not be
null.state - The optional associated state parameter,
null if not specified.cause - The exception cause, null if not
specified.Copyright © 2015 Connect2id Ltd.. All Rights Reserved.