Class DataStoreException

All Implemented Interfaces:
Serializable

public class DataStoreException extends ServiceException
Exception thrown when an operation on a data store, such as the database or disk, fails.
See Also:
  • Constructor Details

    • DataStoreException

      public DataStoreException(@Nonnull KeyedMessage message)
      Parameters:
      message - a message describing the failure
    • DataStoreException

      public DataStoreException(@Nonnull KeyedMessage message, @Nullable Throwable cause)
      Parameters:
      message - a message describing the failure
      cause - the cause of the failure, which may be null for top-level failures