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 the ExoCache
Version:
$Id$
Author:
Dmytro Katayev
See Also:
  • Constructor Details

    • ExoCacheInitException

      public ExoCacheInitException(String message)
    • ExoCacheInitException

      public ExoCacheInitException(Throwable cause)
    • ExoCacheInitException

      public ExoCacheInitException(String message, Throwable cause)