Class CacheWriterException

    • Constructor Detail

      • CacheWriterException

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

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

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

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