ServiceNotFoundException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - com.
microsoft. semantickernel. exceptions. SKCheckedException - com.
microsoft. semantickernel. services. ServiceNotFoundException
- com.
- com.
- java.
- java.
public class ServiceNotFoundException
extends SKCheckedException
Exception thrown when a service is not found.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceNotFoundException(String s) |
Initializes a new instance of the ServiceNotFoundException class. |
Methods inherited from SKCheckedException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
ServiceNotFoundException
public ServiceNotFoundException(String s)
Initializes a new instance of the ServiceNotFoundException class.
Parameters: