public class NetworkIOException extends YfyException
IOException when reading or writing to the
network (when communicating with the Fangcloud API servers).
We use a separate exception class (instead of just relaying IOException) to make it
easier for you to distinguish between I/O errors communicating with Fangcloud and I/O errors from
your own code.
| Constructor and Description |
|---|
NetworkIOException(IOException cause) |
| Modifier and Type | Method and Description |
|---|---|
IOException |
getCause() |
getRequestIdaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NetworkIOException(IOException cause)
public IOException getCause()
Copyright © 2017 YiFangYun. All rights reserved.