Class ReachedMaxSizeException

All Implemented Interfaces:
Serializable

public class ReachedMaxSizeException extends RuntimeException
Exception thrown when a write-behind MapStore rejects to accept a new element. Used when MapStoreConfig.writeCoalescing is set to false.
See Also:
  • Constructor Details

    • ReachedMaxSizeException

      public ReachedMaxSizeException(String msg)