javax.util.jcache
Class ObjectExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.ObjectExistsException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class ObjectExistsException
- extends CacheException
An ObjectExistsException is thrown if put is called with the name of an
existing cache object.
- See Also:
- Serialized Form
ObjectExistsException
public ObjectExistsException()
- Deprecated.
- Creates new
ObjectExistsException
without detail message.
ObjectExistsException
public ObjectExistsException(String msg)
- Deprecated.
- Constructs an
ObjectExistsException
with the specified
detail message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.