com.hazelcast.core
Class OperationRejectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hazelcast.core.HazelcastException
                  extended by com.hazelcast.core.OperationRejectedException
All Implemented Interfaces:
Serializable

public class OperationRejectedException
extends HazelcastException

Hazelcast operations may throw an OperationRejectedException when an operation can not be accepted because number of concurrent calls reaches the limit.

See Also:
com.hazelcast.impl.GroupProperties#PROP_MAX_CONCURRENT_OPERATION_LIMIT, RejectedExecutionException, Serialized Form

Constructor Summary
OperationRejectedException()
           
OperationRejectedException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationRejectedException

public OperationRejectedException()

OperationRejectedException

public OperationRejectedException(String message)


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.