org.objectweb.perseus.cache.api

Class CacheException

Known Direct Subclasses:
CacheFullException, InvalidCacheEntryException, UnFixProtocolException

public class CacheException
extends Exception

It represents an exception occrured in a CacheManager. It can contain a nested exception.

Author:
Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)

Field Summary

protected Exception
nestedException

Constructor Summary

CacheException()
CacheException(Exception nested)
CacheException(String msg)
CacheException(String msg, Exception nested)

Method Summary

Exception
getNestedException()

Field Details

nestedException

protected Exception nestedException

Constructor Details

CacheException

public CacheException()


CacheException

public CacheException(Exception nested)


CacheException

public CacheException(String msg)


CacheException

public CacheException(String msg,
                      Exception nested)

Method Details

getNestedException

public Exception getNestedException()


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