Package io.scanbot.sdk.exception
Class InvalidDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.scanbot.sdk.exception.InvalidDataException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidDataException extends java.lang.RuntimeExceptionException that is thrown if the data to be processed is invalid- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDataException(java.lang.String message)Constructs a new exception with the specified detail message
-