Class FileNotFoundException

All Implemented Interfaces:
Serializable

public final class FileNotFoundException extends AbstractException
The requested file could not be found.
See Also:
  • Constructor Details

    • FileNotFoundException

      public FileNotFoundException()
      Creates a new instance.
    • FileNotFoundException

      public FileNotFoundException(DBusString message)
      Creates a new instance with a message.
      Parameters:
      message - the message
    • FileNotFoundException

      public FileNotFoundException(Throwable cause)
      Creates a new instance with a cause.
      Parameters:
      cause - the cause
    • FileNotFoundException

      public FileNotFoundException(DBusString message, Throwable cause)
      Creates a new instance with a message and cause.
      Parameters:
      message - the message
      cause - the cause