Package io.scanbot.sdk.exception
Class InvalidImageRefException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.scanbot.sdk.exception.InvalidImageRefException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidImageRefException extends java.lang.ExceptionException that is thrown if an image ref is invalid- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidImageRefException(java.lang.String message)Constructs a new exception with the specified detail message
-