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:
 Serializable
A 
HazelcastException that
 is thrown when the wan replication queues are full
 
 This exception is only thrown when WAN is configured with
 WanQueueFullBehavior.THROW_EXCEPTION
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
WanQueueFullException
 
 -