@ThreadSafe public class FsArchiveFileSystemException extends IOException
FsArchiveFileSystem.| Modifier and Type | Field and Description |
|---|---|
private String |
path
The nullable entry path name.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
FsArchiveFileSystemException(FsEntryName name,
String message) |
FsArchiveFileSystemException(String path,
String message) |
FsArchiveFileSystemException(String path,
String message,
Throwable cause) |
FsArchiveFileSystemException(String path,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@CheckForNull private final String path
private static final long serialVersionUID
FsArchiveFileSystemException(FsEntryName name, String message)
FsArchiveFileSystemException(@CheckForNull String path, String message)
FsArchiveFileSystemException(@CheckForNull String path, String message, Throwable cause)
FsArchiveFileSystemException(@CheckForNull String path, Throwable cause)
public String getMessage()
getMessage in class ThrowableCopyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.