Class IncodeException.ConnectivityException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class IncodeException.ConnectivityException extends IncodeException
-
-
Field Summary
Fields Modifier and Type Field Description private final Throwablecauseprivate final Stringmessageprivate final IntegertitleResIdprivate final IntegersubtitleResId
-
Constructor Summary
Constructors Constructor Description IncodeException.ConnectivityException(Throwable cause)
-
Method Summary
-
Methods inherited from class com.incode.welcome_sdk.commons.exceptions.IncodeException
getMessage, getSubtitleResId, getTitleResId -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, 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
-
-