public class OAuth20MediatorException extends OAuth20Exception
ACCESS_DENIED, INSUFFICIENT_SCOPE, INVALID_CLIENT, INVALID_GRANT, INVALID_REQUEST, INVALID_SCOPE, INVALID_TOKEN, SERVER_ERROR, TEMPORARILY_UNAVAILABLE, UNAUTHORIZED_CLIENT, UNSUPPORED_GRANT_TPE, UNSUPPORTED_RESPONSE_TPE
Constructor and Description |
---|
OAuth20MediatorException(java.lang.String msg,
java.lang.Throwable cause)
Creates a OAuth20MediatorException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
formatSelf(java.util.Locale locale,
java.lang.String encoding) |
getError
public OAuth20MediatorException(java.lang.String msg, java.lang.Throwable cause)
msg
- the error message.cause
- the root cause.public java.lang.String formatSelf(java.util.Locale locale, java.lang.String encoding)
formatSelf
in class OAuth20Exception