Class CacheConfigError


  • public class CacheConfigError
    extends ConfigError
    Represents a config error in a cache configuration
    Author:
    Alex Snaps
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheConfigError​(java.lang.String error, java.lang.String cacheName)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCacheName()
      Returns the cache name
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CacheConfigError

        public CacheConfigError​(java.lang.String error,
                                java.lang.String cacheName)
        Constructor
        Parameters:
        error - the error message
        cacheName - the cache name for which this error occured
    • Method Detail

      • getCacheName

        public java.lang.String getCacheName()
        Returns the cache name
        Returns:
        cache name