Package io.scanbot.sdk.exceptions.crypto
Class EncryptionInitException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class EncryptionInitException extends RuntimeException
Thrown when DI cant init encryption classes due to not supported android version or other problems
-
-
Constructor Summary
Constructors Constructor Description EncryptionInitException(String message)
-
Method Summary
Modifier and Type Method Description String
getMessage()
-
-
Constructor Detail
-
EncryptionInitException
EncryptionInitException(String message)
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-