Class FileExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.zeroturnaround.zip.commons.FileExistsException
All Implemented Interfaces:
Serializable

public class FileExistsException extends IOException
Indicates that a file already exists.
Since:
2.0
Version:
$Id: FileExistsException.java 1304052 2012-03-22 20:55:29Z ggregory $
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Defines the serial version UID.
      See Also:
  • Constructor Details

    • FileExistsException

      public FileExistsException()
      Default Constructor.
    • FileExistsException

      public FileExistsException(String message)
      Construct an instance with the specified message.
      Parameters:
      message - The error message
    • FileExistsException

      public FileExistsException(File file)
      Construct an instance with the specified file.
      Parameters:
      file - The file that exists