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,
State state)
Creates a new parse exception.
|
ParseException(java.lang.String message,
ErrorObject error,
ClientID clientID,
java.net.URI redirectURI,
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, getStatepublic 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, 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.state - The optional associated state parameter,
null if not specified.public ParseException(java.lang.String message, ErrorObject error, ClientID clientID, java.net.URI redirectURI, 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.state - The optional associated state parameter,
null if not specified.cause - The exception cause, null if not
specified.Copyright © 2014 Connect2id Ltd.. All Rights Reserved.