com.hazelcast.core
Class OperationRejectedException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
com.hazelcast.core.HazelcastException
                  
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
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
OperationRejectedException
public OperationRejectedException()
OperationRejectedException
public OperationRejectedException(String message)
Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.