ehcache

net.sf.ehcache
Class ObjectExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.ehcache.CacheException
                  extended by 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

Constructor Summary
ObjectExistsException()
          Constructor for the ObjectExistsException object.
ObjectExistsException(String message)
          Constructor for the ObjectExistsException object.
 
Method Summary
 
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(String message)
Constructor for the ObjectExistsException object.

Parameters:
message -

ehcache

Copyright 2001-2015, Terracotta, Inc.