Class FileNotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
      FileNotFoundException​(java.lang.Object info)
      Constructs exception with the specified detail message.
      FileNotFoundException​(java.lang.Object info, java.lang.Throwable cause)
      Constructs exception with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • FileNotFoundException

        public FileNotFoundException​(java.lang.Object info)
        Constructs exception with the specified detail message.
        Parameters:
        info - one context information.
      • FileNotFoundException

        public FileNotFoundException​(java.lang.Object info,
                                     java.lang.Throwable cause)
        Constructs exception with the specified detail message and cause.
        Parameters:
        info - one context information.
        cause - the cause.