Class DatabaseAccessTokenFetcherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.security.ojdbc.extensions.DatabaseAccessTokenFetcherException
- All Implemented Interfaces:
Serializable
Exception thrown when a
DatabaseAccessTokenFetcher cannot obtain a database access token.
This exception is the public failure type for database access token retrieval. Implementations should wrap transport, response decoding, interruption, and provider configuration failures in this type so callers do not depend on a specific HTTP client.
- See Also:
-
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString