com.opensymphony.oscache.base
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.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)
           
 
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

InitializationException

public InitializationException()

InitializationException

public InitializationException(String message)

OSCache Project Page