public class FileStateInvalidException extends IOException
Constructor and Description |
---|
FileStateInvalidException()
Create new
FileStateInvalidException . |
FileStateInvalidException(String s)
Create new
FileStateInvalidException with the specified text. |
Modifier and Type | Method and Description |
---|---|
String |
getFileSystemName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileStateInvalidException()
FileStateInvalidException
.public FileStateInvalidException(String s)
FileStateInvalidException
with the specified text.s
- the text describing the exceptionpublic String getFileSystemName()