Package org.exoplatform.services.cache
Class ExoCacheInitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.services.cache.ExoCacheInitException
-
- All Implemented Interfaces:
Serializable
public class ExoCacheInitException extends Exception
An exception that represents any type of exception that prevent the initialization of theExoCache- Version:
- $Id$
- Author:
- Dmytro Katayev
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExoCacheInitException(String message)ExoCacheInitException(String message, Throwable cause)ExoCacheInitException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-