com.opensymphony.oscache.base
Class FinalizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.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: 254 $
Author:
Chris Miller
See Also:
Serialized Form

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


Copyright © 2011 OpenSymphony. All Rights Reserved.