Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

public class FileNotFoundException

  1. Object
  2. Throwable
  3. Exception
  4. IOException
  5. FileNotFoundException

Signals that an attempt to open the file denoted by a specified pathname has failed.

See: java.io.FileInputStream, java.io.IOException

Constructors

public FileNotFoundException()
public FileNotFoundException(String s)

Inherited methods

Constructor details

FileNotFoundException

public FileNotFoundException()

FileNotFoundException

public FileNotFoundException(String s)