org.objectweb.perseus.cache.api
Class CacheFullException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.perseus.cache.api.CacheException
              extended byorg.objectweb.perseus.cache.api.CacheFullException
All Implemented Interfaces:
java.io.Serializable

public class CacheFullException
extends CacheException

This exceptions indicates that the cache is full.

Author:
S.Chassande-Barrioz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.perseus.cache.api.CacheException
nestedException
 
Constructor Summary
CacheFullException()
           
CacheFullException(java.lang.Exception nested)
           
CacheFullException(java.lang.String msg)
           
CacheFullException(java.lang.String msg, java.lang.Exception nested)
           
 
Methods inherited from class org.objectweb.perseus.cache.api.CacheException
getNestedException
 
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

CacheFullException

public CacheFullException()

CacheFullException

public CacheFullException(java.lang.String msg)

CacheFullException

public CacheFullException(java.lang.Exception nested)

CacheFullException

public CacheFullException(java.lang.String msg,
                          java.lang.Exception nested)


Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.