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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSkillsNotFoundException.ErrorCodes
-
Constructor Summary
Constructors Constructor Description SkillsNotFoundException(SkillsNotFoundException.ErrorCodes errorCodes)SkillsNotFoundException(SkillsNotFoundException.ErrorCodes errorCodes, String message)SkillsNotFoundException(SkillsNotFoundException.ErrorCodes errorCodes, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SkillsNotFoundException.ErrorCodesgetErrorCode()-
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(@Nonnull SkillsNotFoundException.ErrorCodes errorCodes)
-
SkillsNotFoundException
public SkillsNotFoundException(@Nonnull SkillsNotFoundException.ErrorCodes errorCodes, @Nullable String message)
-
-
Method Detail
-
getErrorCode
public SkillsNotFoundException.ErrorCodes getErrorCode()
-
-