Class CacheRuntimeException

    • Constructor Detail

      • CacheRuntimeException

        public CacheRuntimeException()
        Creates a new instance of CacheRuntimeException without detail message.
      • CacheRuntimeException

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

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

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