Class FileExistsException

All Implemented Interfaces:
Serializable

public class FileExistsException extends IllegalArgumentException
Thrown to denote that an export request to a particular File has failed because the file specified already exists and should not be overwritten.
Version:
$Revision: $
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID
      See Also:
  • Constructor Details

    • FileExistsException

      public FileExistsException(String s)
      Parameters:
      s -