Class StorageUnavailableException

All Implemented Interfaces:
Serializable

public class StorageUnavailableException extends RuntimeException
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 Details

    • StorageUnavailableException

      public StorageUnavailableException()
    • StorageUnavailableException

      public StorageUnavailableException(String message)
    • StorageUnavailableException

      public StorageUnavailableException(String message, Throwable cause)
    • StorageUnavailableException

      public StorageUnavailableException(Throwable cause)