Class CacheException

    • Constructor Detail

      • CacheException

        public CacheException()
        Constructs a new CacheException.
      • CacheException

        public CacheException​(String s)
        Constructs a new CacheException with a message string.
        Parameters:
        s - the detail message
      • CacheException

        public CacheException​(String s,
                              Throwable cause)
        Constructs a CacheException with a message string and a base exception
        Parameters:
        s - the detail message
        cause - the cause
      • CacheException

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