Class MissingWalletsDependencyException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class MissingWalletsDependencyException extends RuntimeException
Exception thrown whenever some SDK functionality depends on the
com.incode.sdk:walletslibrary dependency, but it's missing.Error Message: Wallets dependency not found. In order to use this feature, you need to add
com.incode.sdk:wallets:x.y.zdependency to your build. Check the documentation for more information.- Since:
-
-
Constructor Summary
Constructors Constructor Description MissingWalletsDependencyException()
-
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
-
-