Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.semantickernel.SKCheckedException
-
- com.microsoft.semantickernel.exceptions.ConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationException extends SKCheckedException
Kernel logic exception- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigurationException.ErrorCodes
-
Constructor Summary
Constructors Constructor Description ConfigurationException(ConfigurationException.ErrorCodes error)ConfigurationException(ConfigurationException.ErrorCodes errorCode, String message)ConfigurationException(ConfigurationException.ErrorCodes errorCode, String message, Throwable innerException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationException.ErrorCodesgetErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigurationException
public ConfigurationException(@Nonnull ConfigurationException.ErrorCodes error)
-
ConfigurationException
public ConfigurationException(@Nonnull ConfigurationException.ErrorCodes errorCode, @Nullable String message)
-
-
Method Detail
-
getErrorCode
public ConfigurationException.ErrorCodes getErrorCode()
-
-