eXo Kernel :: Component :: Cache Service 2.5.0-Alpha4

org.exoplatform.services.cache
Class ExoCacheInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
Serialized Form

Constructor Summary
ExoCacheInitException(String message)
          
ExoCacheInitException(String message, Throwable cause)
          
ExoCacheInitException(Throwable cause)
          
 
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

ExoCacheInitException

public ExoCacheInitException(String message)


ExoCacheInitException

public ExoCacheInitException(Throwable cause)


ExoCacheInitException

public ExoCacheInitException(String message,
                             Throwable cause)


eXo Kernel :: Component :: Cache Service 2.5.0-Alpha4

Copyright © 2014 eXo Platform SAS. All Rights Reserved.