com.opensymphony.oscache.base
Class InitializationException

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

public class InitializationException
extends Exception

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

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

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

InitializationException

public InitializationException()

InitializationException

public InitializationException(String message)

OSCache Project Page