org.objectweb.perseus.cache.api

Class CacheFullException


public class CacheFullException
extends CacheException

This exceptions indicates that the cache is full.

Author:
S.Chassande-Barrioz

Field Summary

Fields inherited from class org.objectweb.perseus.cache.api.CacheException

nestedException

Constructor Summary

CacheFullException()
CacheFullException(Exception nested)
CacheFullException(String msg)
CacheFullException(String msg, Exception nested)

Method Summary

Methods inherited from class org.objectweb.perseus.cache.api.CacheException

getNestedException

Constructor Details

CacheFullException

public CacheFullException()


CacheFullException

public CacheFullException(Exception nested)


CacheFullException

public CacheFullException(String msg)


CacheFullException

public CacheFullException(String msg,
                          Exception nested)


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