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 the map store configuration property writeCoalescing is set to false on the server side.
See Also:
  • Constructor Details

    • ReachedMaxSizeException

      public ReachedMaxSizeException(String msg)