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:
java.io.Serializable

public class ExoCacheInitException
extends java.lang.Exception

An exception that represents any type of exception that prevent the initialization of the ExoCache Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 15 juil. 2009

See Also:
Serialized Form

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


ExoCacheInitException

public ExoCacheInitException(java.lang.Throwable cause)


ExoCacheInitException

public ExoCacheInitException(java.lang.String message,
                             java.lang.Throwable cause)



Copyright © 2011 eXo Platform SAS. All Rights Reserved.