com.gemstone.gemfire.cache
Class EntryNotFoundInRegion
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.EntryNotFoundInRegion
- All Implemented Interfaces:
- Serializable
Deprecated. this class is no longer in use
@Deprecated
public class EntryNotFoundInRegion
- extends GemFireException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntryNotFoundInRegion
@Deprecated
public EntryNotFoundInRegion(String msg)
- Deprecated. Do not create instances of this class.
- Generates an
InternalGemFireError
- Parameters:
msg - the detail message
EntryNotFoundInRegion
@Deprecated
public EntryNotFoundInRegion(String msg,
Throwable cause)
- Deprecated. do not create instances of this class.
- Generates an
InternalGemFireError
- Parameters:
msg - the detail messagecause - the causal Throwable
Copyright © 1997-2011 VMware, Inc. All rights reserved.