Class IncodeException.DeviceEnvironmentException
-
- All Implemented Interfaces:
-
java.io.Serializable
@Deprecated(message = "DeviceEnvironmentException is never thrown - the process terminates on detection before delivery. Remove any catch blocks for this type; they are dead code. This class will be removed in a future release.") public class IncodeException.DeviceEnvironmentException extends IncodeException
Exception type kept only for source and binary compatibility.
Note: This exception is never delivered at runtime because the SDK terminates the process on detection.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessageprivate final IntegertitleResIdprivate final IntegersubtitleResIdprivate final Throwablecauseprivate final BooleanisTerminalprivate final BooleanwritableStackTrace
-
Method Summary
Modifier and Type Method Description StringgetMessage()IntegergetTitleResId()IntegergetSubtitleResId()-
Methods inherited from class com.incode.welcome_sdk.commons.exceptions.IncodeException
getCause, getWritableStackTrace, isDeviceEnvironmentException, isTerminal -
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
-
getMessage
String getMessage()
-
getTitleResId
Integer getTitleResId()
-
getSubtitleResId
Integer getSubtitleResId()
-
-
-
-