Class BackingStoreWriteException

All Implemented Interfaces:
Serializable

public final class BackingStoreWriteException extends LoomException
Thrown when a cache write cannot be persisted to the configured backing store.
Since:
1.0
See Also:
  • Constructor Details

    • BackingStoreWriteException

      public BackingStoreWriteException(String message)
      Creates a new BackingStoreWriteException with the given message.
      Parameters:
      message - the error message
    • BackingStoreWriteException

      public BackingStoreWriteException(String message, @Nullable Throwable cause)
      Creates a new BackingStoreWriteException with the given message and cause.
      Parameters:
      message - the error message
      cause - the underlying cause