Class FileNotFoundException

All Implemented Interfaces:
Serializable

A file-not-found exception.
Since:
2.0
See Also:
  • Constructor Details

    • FileNotFoundException

      Constructs exception with the specified detail message.
      Parameters:
      info - one context information.
    • FileNotFoundException

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