org.broadleafcommerce.common.cache.engine
Class CacheFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.common.cache.engine.CacheFactoryException
All Implemented Interfaces:
Serializable

public class CacheFactoryException
extends Exception

Author:
jfischer
See Also:
Serialized Form

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

CacheFactoryException

public CacheFactoryException()

CacheFactoryException

public CacheFactoryException(String message,
                             Throwable cause)

CacheFactoryException

public CacheFactoryException(String message)

CacheFactoryException

public CacheFactoryException(Throwable cause)


Copyright © 2013. All Rights Reserved.