Class EntryAlreadyExistsStoreException

All Implemented Interfaces:
Serializable

public class EntryAlreadyExistsStoreException extends StoreException
This exception is thrown on a create method if an entry with the given id already exists.
Since:
1.23
See Also:
  • Constructor Details

    • EntryAlreadyExistsStoreException

      public EntryAlreadyExistsStoreException(String message)
      Constructs new EntryAllreadyExistsStoreException.
      Parameters:
      message - message for the exception