ehcache

net.sf.ehcache
Class ObjectExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.ehcache.CacheException
                  extended bynet.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: ObjectExistsException.java 52 2006-04-24 14:50:03Z gregluck $
Author:
Greg Luck, Claus Ibsen
See Also:
Serialized Form

Constructor Summary
ObjectExistsException()
          Constructor for the ObjectExistsException object.
ObjectExistsException(java.lang.String message)
          Constructor for the ObjectExistsException object.
 
Methods inherited from class net.sf.ehcache.CacheException
getInitialCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectExistsException

public ObjectExistsException()
Constructor for the ObjectExistsException object.


ObjectExistsException

public ObjectExistsException(java.lang.String message)
Constructor for the ObjectExistsException object.

Parameters:
message -

ehcache

true