net.sf.ehcache

Class ObjectExistsException

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

Constructor Summary
ObjectExistsException()
Constructor for the ObjectExistsException object.
ObjectExistsException(String message)
Constructor for the ObjectExistsException object.

Constructor Detail

ObjectExistsException

public ObjectExistsException()
Constructor for the ObjectExistsException object.

ObjectExistsException

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

Parameters: message