-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ClientHubNetworkException extends ClientHubException
Network or I/O failure while calling a compliance API (e.g. timeout, no connectivity).
Note:com.telenav.sdk.clienthub.DataComplianceClient does not throw this type; use com.telenav.sdk.clienthub.model.ErrorStatusCodes.CLIENT_NETWORK_ERROR on com.telenav.sdk.clienthub.model.ResponseStatus instead.
-
-
Constructor Summary
Constructors Constructor Description ClientHubNetworkException(String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-