public class ParseException extends GeneralException
Constructor and Description |
---|
ParseException(java.lang.String message)
Creates a new parse exception.
|
ParseException(java.lang.String message,
ErrorObject error)
Creates a new parse exception.
|
ParseException(java.lang.String message,
ErrorObject error,
ClientID clientID,
java.net.URI redirectURI,
ResponseMode responseMode,
State state)
Creates a new parse exception.
|
ParseException(java.lang.String message,
ErrorObject error,
ClientID clientID,
java.net.URI redirectURI,
ResponseMode responseMode,
State state,
java.lang.Throwable cause)
Creates a new parse exception.
|
ParseException(java.lang.String message,
ErrorObject error,
java.lang.Throwable cause)
Creates a new parse exception.
|
ParseException(java.lang.String message,
java.lang.Throwable cause)
Creates a new parse exception.
|
getClientID, getErrorObject, getRedirectionURI, getResponseMode, getState
public ParseException(java.lang.String message)
message
- The exception message. May be null
.public ParseException(java.lang.String message, java.lang.Throwable cause)
message
- The exception message. May be null
.cause
- The exception cause, null
if not specified.public ParseException(java.lang.String message, ErrorObject error)
message
- The exception message. May be null
.error
- The associated error, null
if not specified.public ParseException(java.lang.String message, ErrorObject error, java.lang.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 ParseException(java.lang.String message, ErrorObject error, ClientID clientID, java.net.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. Must not be
null
.redirectURI
- The associated redirection URI. Must not be
null
.responseMode
- The optional associated response mode,
null
if not specified.state
- The optional associated state parameter,
null
if not specified.public ParseException(java.lang.String message, ErrorObject error, ClientID clientID, java.net.URI redirectURI, ResponseMode responseMode, State state, java.lang.Throwable cause)
message
- The exception message. May be null
.error
- The associated error, null
if not
specified.clientID
- The associated client identifier. Must not be
null
.redirectURI
- The associated redirection URI. Must not be
null
.responseMode
- The optional associated response mode,
null
if not specified.state
- The optional associated state parameter,
null
if not specified.cause
- The exception cause, null
if not
specified.Copyright © 2016 Connect2id Ltd.. All Rights Reserved.