Class DuplicateFileException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DuplicateFileException
    extends java.io.IOException
    DuplicateFileException is thrown whenever a file or folder can't be created because one with that name already exists at the same location.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DuplicateFileException​(java.lang.String msg)
      Create a new DuplicateFileException with the given message.
    • 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

      • DuplicateFileException

        public DuplicateFileException​(java.lang.String msg)
        Create a new DuplicateFileException with the given message.
        Parameters:
        msg - the exception message.