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