com.opensymphony.oscache.base
Class FinalizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.opensymphony.oscache.base.FinalizationException
All Implemented Interfaces:
Serializable

public class FinalizationException
extends Exception

Thrown by LifecycleAware listeners that are not able to finalize themselves.

Version:
$Revision: 1.1 $
Author:
Chris Miller
See Also:
Serialized Form

Constructor Summary
FinalizationException()
           
FinalizationException(String 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
 

Constructor Detail

FinalizationException

public FinalizationException()

FinalizationException

public FinalizationException(String message)

OSCache Project Page