public class PathNotFoundException extends PathIOException
Constructor and Description |
---|
PathNotFoundException(String path) |
PathNotFoundException(String path,
String error) |
PathNotFoundException(String path,
String error,
Throwable cause) |
PathNotFoundException(String path,
Throwable cause) |
getMessage, getPath, getTargetPath, setOperation, setTargetPath, withFullyQualifiedPath
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PathNotFoundException(String path)
path
- for the exceptionpublic PathNotFoundException(String path, Throwable cause)
public PathNotFoundException(String path, String error)
public PathNotFoundException(String path, String error, Throwable cause)
Copyright © 2017 Apache Software Foundation. All Rights Reserved.