com.hazelcast.cache
Class CacheNotExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.hazelcast.cache.CacheNotExistsException
All Implemented Interfaces:
Serializable

public class CacheNotExistsException
extends IllegalStateException

This exception class is thrown while creating CacheRecordStore instances but the cache config is not existing on the node to create the instance on. This can happen in either of two cases:


For the first option the caller can decide to just retry the operation a couple of times since distribution is executed in a asynchronous way.

See Also:
Serialized Form

Constructor Summary
CacheNotExistsException(String s)
           
 
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

CacheNotExistsException

public CacheNotExistsException(String s)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.