Class DatabaseAccessTokenFetcherException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.security.ojdbc.extensions.DatabaseAccessTokenFetcherException
All Implemented Interfaces:
Serializable

@Internal public class DatabaseAccessTokenFetcherException extends RuntimeException
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: