public class OAuth2HandlerError extends Object implements Serializable
| Constructor and Description |
|---|
OAuth2HandlerError(OAuth2Error error,
String contextMessage,
Exception cause) |
OAuth2HandlerError(OAuth2Error error,
String contextMessage,
Exception cause,
String uri,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getCause() |
String |
getContextMessage() |
String |
getDescription() |
OAuth2Error |
getError() |
String |
getUri() |
String |
toString() |
public OAuth2HandlerError(OAuth2Error error, String contextMessage, Exception cause)
public OAuth2HandlerError(OAuth2Error error, String contextMessage, Exception cause, String uri, String description)
public OAuth2Error getError()
OAuth2Error associated with this errorpublic Exception getCause()
nullpublic String getContextMessage()
public String getUri()
public String getDescription()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.