Class ConcurrencyControlException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OutgoingRequestRefusedException, ServerRefusedRequestException

public class ConcurrencyControlException extends DistributemeRuntimeException
Exception thrown if concurrency control decides that the amount of acceptable requests is reached and no further requests can pass through.
Version:
$Id: $Id
Author:
lrosenberg
See Also:
  • Constructor Details

    • ConcurrencyControlException

      public ConcurrencyControlException(String message)

      Constructor for ConcurrencyControlException.

      Parameters:
      message - a String object.
    • ConcurrencyControlException

      public ConcurrencyControlException(String message, Throwable cause)

      Constructor for ConcurrencyControlException.

      Parameters:
      message - a String object.
      cause - a Throwable object.