Package io.gravitee.am.service.exception
Class InvalidRedirectUriException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.gravitee.am.common.exception.oauth2.OAuth2Exception
io.gravitee.am.service.exception.InvalidRedirectUriException
- All Implemented Interfaces:
Serializable
The value of one or more redirect_uris is invalid.
https://openid.net/specs/openid-connect-registration-1_0.html#RegistrationError
- Author:
- Alexandre FARIA (contact at alexandrefaria.net), GraviteeSource Team
- 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
-
InvalidRedirectUriException
public InvalidRedirectUriException() -
InvalidRedirectUriException
-
-
Method Details
-
getOAuth2ErrorCode
- Overrides:
getOAuth2ErrorCodein classOAuth2Exception
-