Class ExternalTokenRequiredException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ExternalTokenRequiredException extends Exception
Thrown when a
/0URL is configured but no external token has been provided.Fires in either of these cases:
com.incode.welcome_sdk.commons.Constants.BASE_URL ends with
/0, regardless of E2EE.com.incode.welcome_sdk.commons.Constants.BASE_E2EE_URL ends with
/0while E2EE is enabled.
Provide a token via com.incode.welcome_sdk.SessionConfig.Builder.setExternalToken.
-
-
Constructor Summary
Constructors Constructor Description ExternalTokenRequiredException(String message)
-
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
-
-
Constructor Detail
-
ExternalTokenRequiredException
ExternalTokenRequiredException(String message)
-
-
-
-