public class InvalidFilenameException extends FileSystemException
| Constructor and Description |
|---|
InvalidFilenameException(java.lang.String path) |
InvalidFilenameException(java.lang.String path,
java.lang.Throwable cause) |
getMessage, getMessageKey, getPath, setMessageKey, setPathpublic InvalidFilenameException(java.lang.String path)
path - - the path involved in the file system operation that caused the exceptionpublic InvalidFilenameException(java.lang.String path,
java.lang.Throwable cause)
path - - the path involved in the file system operation that caused the exceptioncause - - the exception cause, wrapped by this exception