Class CacheLoaderException

    • Constructor Detail

      • CacheLoaderException

        public CacheLoaderException()
        Creates a new instance of CacheLoaderException.
      • CacheLoaderException

        public CacheLoaderException​(String msg)
        Constructs an instance of CacheLoaderException with the specified detail message.
        Parameters:
        msg - the detail message
      • CacheLoaderException

        public CacheLoaderException​(String msg,
                                    Throwable cause)
        Constructs an instance of CacheLoaderException with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the causal Throwable
      • CacheLoaderException

        public CacheLoaderException​(Throwable cause)
        Constructs an instance of CacheLoaderException with the specified cause.
        Parameters:
        cause - the causal Throwable