public class ParseException extends GeneralException
Constructor and Description |
---|
ParseException(String message)
Creates a new parse exception.
|
ParseException(String message,
ErrorObject error)
Creates a new parse exception.
|
ParseException(String message,
ErrorObject error,
Throwable cause)
Creates a new parse exception.
|
ParseException(String message,
ErrorObject error,
URL redirectURI,
State state)
Creates a new parse exception.
|
ParseException(String message,
ErrorObject error,
URL redirectURI,
State state,
Throwable cause)
Creates a new parse exception.
|
ParseException(String message,
Throwable cause)
Creates a new parse exception.
|
getErrorObject, getRedirectURI, getState
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException(String message)
message
- The exception message. May be null
.public ParseException(String message, Throwable cause)
message
- The exception message. May be null
.cause
- The exception cause, null
if not specified.public ParseException(String message, ErrorObject error)
message
- The exception message. May be null
.error
- The associated error, null
if not specified.public ParseException(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 ParseException(String message, ErrorObject error, URL redirectURI, State state)
message
- The exception message. May be null
.error
- The associated error, null
if not
specified.redirectURI
- The associated redirection URI, must not be
null
.state
- The optional associated state parameter,
null
if not specified.public ParseException(String message, ErrorObject error, URL redirectURI, State state, Throwable cause)
message
- The exception message. May be null
.error
- The associated error, null
if not
specified.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 © 2013 NimbusDS. All Rights Reserved.