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:
- Serializable
public final class ObjectExistsException
- extends CacheException
Thrown when a duplicate cache is attemtpted to be created
- Version:
- $Id: ObjectExistsException.java 5594 2012-05-07 16:04:31Z cdennis $
- Author:
- Greg Luck, Claus Ibsen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ObjectExistsException
public ObjectExistsException()
- Constructor for the ObjectExistsException object.
ObjectExistsException
public ObjectExistsException(String message)
- Constructor for the ObjectExistsException object.
- Parameters:
message
-
Copyright 2001-2014, Terracotta, Inc.