Class FileStoreException

All Implemented Interfaces:
Serializable

public class FileStoreException extends ServiceException
Exception thrown when a file store operation fails.

All message strings should be assumed will be sent to the client and should not contain any sensitive information regarding the system configuration, file store location, or other internal details.

Since:
9.3
See Also:
  • Constructor Details

    • FileStoreException

      public FileStoreException(@Nonnull KeyedMessage message)
    • FileStoreException

      public FileStoreException(@Nonnull KeyedMessage message, @Nullable Throwable cause)