Class StorageException

All Implemented Interfaces:
Serializable

public class StorageException extends FessSystemException
This exception is thrown when a storage-related error occurs. It can be used to wrap underlying storage exceptions, providing a consistent error handling mechanism for storage operations.
See Also:
  • Constructor Details

    • StorageException

      public StorageException(String message, Throwable cause)
      Constructs a new storage exception with the specified detail message and cause.
      Parameters:
      message - The detail message.
      cause - The cause of the exception.
    • StorageException

      public StorageException(String message)
      Constructs a new storage exception with the specified detail message.
      Parameters:
      message - The detail message.