Class PathExistsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PathIsDirectoryException, PathIsNotDirectoryException, PathIsNotEmptyDirectoryException, PathOperationException

public class PathExistsException extends PathIOException
Exception corresponding to File Exists - EEXISTS
See Also:
  • Constructor Details

    • PathExistsException

      public PathExistsException(String path)
      Parameters:
      path - for the exception
    • PathExistsException

      public PathExistsException(String path, String error)