Package io.scanbot.sdk.exceptions.crypto
Class EncryptionArgumentsException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class EncryptionArgumentsException extends IllegalStateException
Thrown when Encryption mechanics initialized with incorrect params
-
-
Constructor Summary
Constructors Constructor Description EncryptionArgumentsException(String message)
-
Method Summary
Modifier and Type Method Description String
getMessage()
-
-
Constructor Detail
-
EncryptionArgumentsException
EncryptionArgumentsException(String message)
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-