public class NetworkTransferException extends Exception
Reasons are as follows:
1. authentication error: wrong username or password;
2. network connection failed;
3. remote file not exists or illegal file path;
...
| Constructor and Description |
|---|
NetworkTransferException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NetworkTransferException(String message)
Copyright © 2019. All rights reserved.