Package io.scanbot.sdk.exception
Class LicenseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.scanbot.sdk.exception.LicenseException
-
- All Implemented Interfaces:
java.io.Serializable
public class LicenseException extends java.lang.ExceptionException that is thrown if license is invalid or the requested operation is not available under used license- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseException(java.lang.String message)Constructs a new exception
-