Package io.gravitee.am.service.exception
Class InvalidClientMetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.gravitee.am.common.exception.oauth2.OAuth2Exception
io.gravitee.am.service.exception.InvalidClientMetadataException
- All Implemented Interfaces:
Serializable
The value of one of the Client Metadata fields is invalid and the server has rejected this request.
Note that an Authorization Server MAY choose to substitute a valid value for any requested parameter of a Client's Metadata.
https://openid.net/specs/openid-connect-registration-1_0.html#RegistrationError
- 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
-
InvalidClientMetadataException
public InvalidClientMetadataException() -
InvalidClientMetadataException
-
-
Method Details
-
getOAuth2ErrorCode
- Overrides:
getOAuth2ErrorCodein classOAuth2Exception
-