Class StoreException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntryAlreadyExistsStoreException

public class StoreException extends RuntimeException
The store exception can be used by a store implementation.
See Also:
  • Constructor Details

    • StoreException

      public StoreException(String message)
      Constructs a new instance.
      Parameters:
      message - exception message
    • StoreException

      public StoreException(String message, Throwable cause)
      Constructs a new instance.
      Parameters:
      message - exception message
      cause - exception cause