|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.nimbusds.oauth2.sdk.GeneralException com.nimbusds.oauth2.sdk.ParseException
public class ParseException
Parse exception.
Constructor Summary | |
---|---|
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,
Throwable cause)
Creates a new parse exception. |
|
ParseException(String message,
Throwable cause)
Creates a new parse exception. |
Method Summary |
---|
Methods inherited from class com.nimbusds.oauth2.sdk.GeneralException |
---|
getErrorObject, getRedirectURI, getState |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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, 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |