Class IncodeException.CaptureRetryAttemptsExceeded
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class IncodeException.CaptureRetryAttemptsExceeded extends IncodeException
-
-
Field Summary
Fields Modifier and Type Field Description private final ThrowablelastExceptionprivate final IntegertitleResIdprivate final IntegersubtitleResIdprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description IncodeException.CaptureRetryAttemptsExceeded(Throwable lastException, Integer titleResId, Integer subtitleResId)
-
Method Summary
Modifier and Type Method Description final ThrowablegetLastException()IntegergetTitleResId()IntegergetSubtitleResId()-
Methods inherited from class com.incode.welcome_sdk.commons.exceptions.IncodeException
getCause, getMessage -
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
-
-
Method Detail
-
getLastException
final Throwable getLastException()
-
getTitleResId
Integer getTitleResId()
-
getSubtitleResId
Integer getSubtitleResId()
-
-
-
-