Class EntryNotFoundException

    • Constructor Detail

      • EntryNotFoundException

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

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