net.sf.ehcache
Class ObjectExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.ehcache.CacheException
              extended bynet.sf.ehcache.ObjectExistsException
All Implemented Interfaces:
java.io.Serializable

public class ObjectExistsException
extends CacheException

Version:
$Id: ObjectExistsException.java,v 1.2 2003/11/13 10:32:39 gregluck Exp $
Author:
Greg Luck
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ObjectExistsException()
          Constructor for the ObjectExistsException object
ObjectExistsException(java.lang.String message)
          Constructor for the ObjectExistsException object
 
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 -