类 CacheException

    • 构造器详细资料

      • CacheException

        public CacheException​(String message)
        Constructs a CacheException.
        参数:
        message - Message explaining the exception condition
      • CacheException

        public CacheException​(String message,
                              Throwable cause)
        Constructs a CacheException.
        参数:
        message - Message explaining the exception condition
        cause - The underlying cause
      • CacheException

        public CacheException​(Throwable cause)
        Constructs a CacheException.
        参数:
        cause - The underlying cause