com.gemstone.gemfire.cache
Class EntryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.EntryNotFoundException
- All Implemented Interfaces:
- Serializable
public class EntryNotFoundException
- extends CacheException
Thrown when an operation is invoked on Region for an entry that
doesn't exist in the Region. This exception is not
thrown by Region.get(Object) or Region.getEntry(K).
- Since:
- 3.0
- See Also:
Region.invalidate(Object),
Region.destroy(Object),
Region.Entry,
Serialized Form
EntryNotFoundException
public EntryNotFoundException(String msg)
- Constructs an instance of
EntryNotFoundException with the specified detail message.
- Parameters:
msg - the detail message
EntryNotFoundException
public EntryNotFoundException(String msg,
Throwable cause)
- Constructs an instance of
EntryNotFoundException with the specified detail message
and cause.
- Parameters:
msg - the detail messagecause - the causal Throwable
Copyright © 2002-2009 GemStone Systems, Inc. All Rights Reserved.