Class CachingException

    • Constructor Detail

      • CachingException

        public CachingException()
        Default constructor of the CachingException
      • CachingException

        public CachingException​(String message)
        This constructor of the CachingException sets the given String message to the Exception
        Parameters:
        message - - String specifying the exception message
      • CachingException

        public CachingException​(String message,
                                Throwable cause)
        This constructor of the CachingException sets the given String message, and the cause to the Exception
        Parameters:
        message - - String specifying the exception message
        cause - - Throwable cause of the exception
      • CachingException

        public CachingException​(Throwable cause)
        This constructor of the CachingException sets the given cause to the Exception
        Parameters:
        cause - - Throwable cause of the exception