Class WanQueueFullException

All Implemented Interfaces:
Serializable

public class WanQueueFullException extends HazelcastException
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 Details

    • WanQueueFullException

      public WanQueueFullException(String message)