Package com.hazelcast.wan
Class WanQueueFullException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.core.HazelcastException
-
- com.hazelcast.wan.WanQueueFullException
-
- All Implemented Interfaces:
java.io.Serializable
public class WanQueueFullException extends HazelcastException
AHazelcastException
that is thrown when the wan replication queues are full This exception is only thrown when WAN is configured withWanQueueFullBehavior.THROW_EXCEPTION
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WanQueueFullException(java.lang.String message)
-