Class CacheException

    • Constructor Detail

      • CacheException

        public CacheException​(String message)
        Constructs a CacheException
        Parameters:
        message - the detailed message
      • CacheException

        public CacheException​(String message,
                              Throwable cause)
        Constructs a CacheException
        Parameters:
        message - the detailed message
        cause - the cause of the Exception
      • CacheException

        public CacheException​(Throwable cause)
        Constructs a CacheException
        Parameters:
        cause - the cause of the Exception