Class EntryNotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
      EntryNotFoundException​(java.lang.String msg)
      Constructs an instance of EntryNotFoundException with the specified detail message.
      EntryNotFoundException​(java.lang.String msg, java.lang.Throwable cause)
      Constructs an instance of EntryNotFoundException with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EntryNotFoundException

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

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