Class FileExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FileExistsException
    extends java.io.IOException
    An exception indicating that an output file already exists.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FileExistsException​(java.io.File file)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileExistsException

        public FileExistsException​(java.io.File file)