Class SkillSourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.adk.skills.SkillSourceException
All Implemented Interfaces:
Serializable

public final class SkillSourceException extends Exception
Exception for SkillSource implementations to signal recoverable errors that will have the message sending back to the LLM.
See Also:
  • Constructor Details

    • SkillSourceException

      public SkillSourceException(String message)
    • SkillSourceException

      public SkillSourceException(String message, Throwable cause)