Class SkillSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.adk.skills.SkillSourceException
- All Implemented Interfaces:
Serializable
Exception for
SkillSource implementations to signal recoverable errors that will have the
message sending back to the LLM.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSkillSourceException(String message) SkillSourceException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SkillSourceException
-
SkillSourceException
-