com.gemstone.gemfire.cache
Class EntryExistsException
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.EntryExistsException
- All Implemented Interfaces:
- Serializable
public class EntryExistsException
- extends CacheException
Thrown when attempting to create a Region.Entry that already
exists in the Region.
- Since:
- 3.0
- See Also:
Region.create(Object, Object),
Region.Entry,
Serialized Form
EntryExistsException
public EntryExistsException(String msg)
- Constructs an instance of
EntryExistsException with the specified detail message.
- Parameters:
msg - the detail message
EntryExistsException
public EntryExistsException(String msg,
Throwable cause)
- Constructs an instance of
EntryExistsException with the specified detail message
and cause.
- Parameters:
msg - the detail messagecause - the causal Throwable
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.