net.sf.ehcache
Class CacheException

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

public class CacheException
extends java.lang.Exception

This Exception does not use the new JDK1.4 chainable excecptions facility to maintain backward compatibility with JDK1.2 and JDK1.3.

Version:
$Id: CacheException.java,v 1.2 2003/12/24 00:17:26 gregluck Exp $
Author:
Greg Luck
See Also:
Serialized Form

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

CacheException

public CacheException()
Constructor for the CacheException object


CacheException

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

Parameters:
message -