Package com.fingerprint.android
Class NetworkError
-
- All Implemented Interfaces:
public final class NetworkError extends Error
A network-level error occurred while communicating with the server.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringeventIdprivate final Stringdescription
-
Constructor Summary
Constructors Constructor Description NetworkError(String description)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
NetworkError
NetworkError(String description)
-
-
-
-