org.jcreme.caches
Class CacheFullException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jcreme.caches.CacheFullException
All Implemented Interfaces:
java.io.Serializable

public class CacheFullException
extends java.lang.Exception

Exceptions of this type report a cache that exceeded its prescribed maximum size.

Version:
$Revision: 1.3 $
Author:
$Author: dbregeon $
See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
CacheFullException()
          Creates new CacheFullException
CacheFullException(java.lang.String msg)
          Constructs a CacheFullException with the specified detail message.
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

CacheFullException

public CacheFullException()
Creates new CacheFullException


CacheFullException

public CacheFullException(java.lang.String msg)
Constructs a CacheFullException with the specified detail message.

Parameters:
msg - the detail message.


Copyright 2006 null. All Rights Reserved.