Package com.hazelcast.map
Class ReachedMaxSizeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.map.ReachedMaxSizeException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReachedMaxSizeException extends java.lang.RuntimeException
Exception thrown when a write-behindMapStore
rejects to accept a new element. Used whenMapStoreConfig.writeCoalescing
is set tofalse
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReachedMaxSizeException(java.lang.String msg)
-