org.objectweb.perseus.cache.api

Class UnFixProtocolException


public class UnFixProtocolException
extends CacheException

This exception is raised when the unfix method is called whereas the cache entry is already unused.

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

Field Summary

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

nestedException

Constructor Summary

UnFixProtocolException()
UnFixProtocolException(Exception nested)
UnFixProtocolException(String msg)
UnFixProtocolException(String msg, Exception nested)

Method Summary

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

getNestedException

Constructor Details

UnFixProtocolException

public UnFixProtocolException()


UnFixProtocolException

public UnFixProtocolException(Exception nested)


UnFixProtocolException

public UnFixProtocolException(String msg)


UnFixProtocolException

public UnFixProtocolException(String msg,
                              Exception nested)


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