Class DisabledOidcClientRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.quarkus.oidc.client.registration.runtime.DisabledOidcClientRegistrationException
- All Implemented Interfaces:
Serializable
Exception which indicates that an injected
is disabled
with the `quarkus.oidc-client-registration.registration-enabled=false` property.
invalid reference
OidcClientRegistration
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDisabledOidcClientRegistrationException(String errorMessage) DisabledOidcClientRegistrationException(String errorMessage, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DisabledOidcClientRegistrationException
public DisabledOidcClientRegistrationException() -
DisabledOidcClientRegistrationException
-
DisabledOidcClientRegistrationException
-
DisabledOidcClientRegistrationException
-