Package net.sf.ehcache
Class ObjectExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.ehcache.CacheException
-
- net.sf.ehcache.ObjectExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ObjectExistsException extends CacheException
Thrown when a duplicate cache is attemtpted to be created- Version:
- $Id$
- Author:
- Greg Luck, Claus Ibsen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectExistsException()Constructor for the ObjectExistsException object.ObjectExistsException(java.lang.String message)Constructor for the ObjectExistsException object.
-