public class FileSystemException extends MockFtpServerException
| Constructor and Description |
|---|
FileSystemException(java.lang.String path,
java.lang.String messageKey)
Construct a new instance for the specified path and message key
|
FileSystemException(java.lang.String path,
java.lang.String messageKey,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
java.lang.String |
getMessageKey() |
java.lang.String |
getPath() |
void |
setMessageKey(java.lang.String messageKey) |
void |
setPath(java.lang.String path) |
public FileSystemException(java.lang.String path,
java.lang.String messageKey)
path - - the path involved in the file system operation that caused the exceptionmessageKey - - the exception message keypublic FileSystemException(java.lang.String path,
java.lang.String messageKey,
java.lang.Throwable cause)
path - - the path involved in the file system operation that caused the exceptionmessageKey - - the exception message keycause - - the exception cause, wrapped by this exceptionpublic java.lang.String getPath()
public void setPath(java.lang.String path)
public java.lang.String getMessageKey()
public void setMessageKey(java.lang.String messageKey)
public java.lang.String getMessage()
getMessage in class java.lang.Throwable