Class SkillsNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microsoft.semantickernel.SKException
-
- com.microsoft.semantickernel.exceptions.SkillsNotFoundException
-
- All Implemented Interfaces:
Serializable
public class SkillsNotFoundException extends SKException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SkillsNotFoundException()SkillsNotFoundException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SkillsNotFoundException
public SkillsNotFoundException(String msg)
-
SkillsNotFoundException
public SkillsNotFoundException()
-
-