Package io.scanbot.sdk.exceptions
Class OperationCancelledException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class OperationCancelledException extends Exception
The exception that should be thrown when a time-consuming operation in the SDK was canceled by the user due to a timeout or any other reason.
-
-
Constructor Summary
Constructors Constructor Description OperationCancelledException()
-