Package org.keycloak.storage
Class StorageUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.storage.StorageUnavailableException
- All Implemented Interfaces:
Serializable
Exception thrown by user storage providers to indicate that the external storage
system is temporarily unavailable due to connectivity issues, server downtime,
or other infrastructure problems.
This exception allows storage providers to signal graceful degradation scenarios where the UserStorageManager should skip the unavailable provider and continue with other available providers or local storage.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStorageUnavailableException(String message) StorageUnavailableException(String message, 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
-
StorageUnavailableException
public StorageUnavailableException() -
StorageUnavailableException
-
StorageUnavailableException
-
StorageUnavailableException
-