public class FileSystemException extends IOException
| Constructor and Description |
|---|
FileSystemException() |
FileSystemException(String file) |
FileSystemException(String file,
String other,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile() |
String |
getOtherFile() |
String |
getReason() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileSystemException()
public FileSystemException(String file)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.