Class OAuth2Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.security.exception.SecurityProviderException
org.craftercms.security.exception.AuthenticationException
org.craftercms.security.exception.OAuth2Exception
- All Implemented Interfaces:
Serializable
Exception used when a OAuth2 provider returns an error on a login attempt. See http://tools.ietf
.org/html/rfc6749#section-4.1.2.1 for details on the error params returned.
- Author:
- avasquez
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OAuth2Exception
-
-
Method Details
-
getError
-
getErrorDescription
-
getErrorUri
-