public class GeneralException extends Exception
| Constructor and Description |
|---|
GeneralException(ErrorObject error)
Creates a new general exception.
|
GeneralException(String message)
Creates a new general exception.
|
GeneralException(String message,
ErrorObject error)
Creates a new general exception.
|
GeneralException(String message,
ErrorObject error,
ClientID clientID,
URI redirectURI,
ResponseMode responseMode,
State state)
Creates a new general exception.
|
GeneralException(String message,
ErrorObject error,
ClientID clientID,
URI redirectURI,
ResponseMode responseMode,
State state,
Throwable cause)
Creates a new general exception.
|
GeneralException(String message,
ErrorObject error,
Throwable cause)
Creates a new general exception.
|
GeneralException(String message,
Throwable cause)
Creates a new general exception.
|
| Modifier and Type | Method and Description |
|---|---|
ClientID |
getClientID()
Gets the associated client identifier.
|
ErrorObject |
getErrorObject()
Gets the associated error.
|
URI |
getRedirectionURI()
Gets the associated redirection URI.
|
ResponseMode |
getResponseMode()
Gets the associated response mode.
|
State |
getState()
Gets the optional associated state parameter.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeneralException(String message)
message - The exception message. May be null.public GeneralException(String message, Throwable cause)
message - The exception message. May be null.cause - The exception cause, null if not specified.public GeneralException(ErrorObject error)
error - The associated error. The error description, if
specified, is used to set the exception message. Must
not be null.public GeneralException(String message, ErrorObject error)
message - The exception message. May be null.error - The associated error, null if not specified.public GeneralException(String message, ErrorObject error, Throwable cause)
message - The exception message. May be null.error - The associated error, null if not specified.cause - The exception cause, null if not specified.public GeneralException(String message, ErrorObject error, ClientID clientID, URI redirectURI, ResponseMode responseMode, State state)
message - The exception message. May be null.error - The associated error, null if not
specified.clientID - The associated client identifier, null if
not specified.redirectURI - The associated redirection URI, null if
not specified.responseMode - The optional associated response mode,
null if not specified.state - The optional associated state parameter,
null if not specified.public GeneralException(String message, ErrorObject error, ClientID clientID, URI redirectURI, ResponseMode responseMode, State state, Throwable cause)
message - The exception message. May be null.error - The associated error, null if not
specified.clientID - The associated client identifier, null
if not specified.redirectURI - The associated redirection URI, null if
not specified.state - The optional associated state parameter,
null if not specified.responseMode - The optional associated response mode,
null if not specified.cause - The exception cause, null if not
specified.public ErrorObject getErrorObject()
null if not specified.public ClientID getClientID()
null if not specified.public URI getRedirectionURI()
null if redirection is not to
be performed for this error.public ResponseMode getResponseMode()
null if not specified.Copyright © 2017 Connect2id Ltd.. All rights reserved.