Class FileExistsException

All Implemented Interfaces:
Serializable

public final class FileExistsException extends AbstractException
The requested file already exists.
See Also:
  • Constructor Details

    • FileExistsException

      public FileExistsException()
      Creates a new instance.
    • FileExistsException

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

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

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