Class ServiceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.semantickernel.exceptions.SKCheckedException
-
- com.microsoft.semantickernel.services.ServiceNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ServiceNotFoundException extends SKCheckedException
Exception thrown when a service is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceNotFoundException(String s)Initializes a new instance of theServiceNotFoundExceptionclass.
-
Method Summary
-
Methods inherited from class com.microsoft.semantickernel.exceptions.SKCheckedException
build
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServiceNotFoundException
public ServiceNotFoundException(String s)
Initializes a new instance of theServiceNotFoundExceptionclass.- Parameters:
s- A message which describes the service that could not be found.
-
-