Class JCacheNotFoundException

All Implemented Interfaces:
Serializable

public class JCacheNotFoundException
extends Bucket4jGeneralException
This exception should be thrown if no cache was found
See Also:
Serialized Form
  • Constructor Details

    • JCacheNotFoundException

      public JCacheNotFoundException​(String cacheName)
      Parameters:
      cacheName - the missing cache key
  • Method Details

    • getCacheName

      public String getCacheName()