public class FileNotOnServerException extends FileTransferException
| Constructor and Description |
|---|
FileNotOnServerException(ProjectId p,
FileIdentifier fileIdentifier)
Default constructor.
|
FileNotOnServerException(String message) |
FileNotOnServerException(String message,
Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileNotOnServerException(ProjectId p, FileIdentifier fileIdentifier)
p - project id of the file that was not found on serverfileIdentifier - identifier of the filepublic FileNotOnServerException(String message)
message - Error messageCopyright © 2017. All rights reserved.