public class PathNotFoundException extends IOException
Indicates that the upper part of a path does not exist, as opposed to the file/folder at the end of the path.
Constructor and Description |
---|
PathNotFoundException()
Class constructor.
|
PathNotFoundException(String s)
Class constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PathNotFoundException()
public PathNotFoundException(String s)
s
- java.lang.StringCopyright © 2005–2018 Alfresco Software. All rights reserved.