Class PathNotFoundException

All Implemented Interfaces:
Serializable

public class PathNotFoundException extends PathIOException
Exception corresponding to path not found: ENOENT/ENOFILE
See Also:
  • Constructor Details

    • PathNotFoundException

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

      public PathNotFoundException(String path, Throwable cause)
    • PathNotFoundException

      public PathNotFoundException(String path, String error)
    • PathNotFoundException

      public PathNotFoundException(String path, String error, Throwable cause)