Package io.gravitee.am.service.exception
Class InvalidPermissionTicketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.gravitee.am.common.exception.oauth2.OAuth2Exception
io.gravitee.am.service.exception.InvalidPermissionTicketException
- All Implemented Interfaces:
Serializable
Return invalid_grant when permission ticket is not found or not valid.
https://docs.kantarainitiative.org/uma/wg/rec-oauth-uma-grant-2.0.html#authorization-failure
- Author:
- Alexandre FARIA (contact at alexandrefaria.net)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.gravitee.am.common.exception.oauth2.OAuth2Exception
getHttpStatusCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidPermissionTicketException
public InvalidPermissionTicketException()
-
-
Method Details
-
getOAuth2ErrorCode
- Overrides:
getOAuth2ErrorCodein classOAuth2Exception
-