Class CacheConfigurationException

All Implemented Interfaces:
Serializable

public class CacheConfigurationException extends CacheException
An exception that represents an error in the configuration. This could be a parsing error or a logical error involving clashing configuration options or missing mandatory configuration elements.
Since:
4.0
Author:
Manik Surtani ([email protected])
See Also:
  • Constructor Details

    • CacheConfigurationException

      public CacheConfigurationException(Exception e)
    • CacheConfigurationException

      public CacheConfigurationException(String string)
    • CacheConfigurationException

      @Deprecated public CacheConfigurationException(String string, String erroneousAttribute)
      Deprecated.
    • CacheConfigurationException

      public CacheConfigurationException(String string, Throwable throwable)
  • Method Details