Class AbstractMcpToolListChangedMethodCallback.McpToolListChangedConsumerMethodException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springaicommunity.mcp.method.changed.tool.AbstractMcpToolListChangedMethodCallback.McpToolListChangedConsumerMethodException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractMcpToolListChangedMethodCallback

public static class AbstractMcpToolListChangedMethodCallback.McpToolListChangedConsumerMethodException extends RuntimeException
Exception thrown when there is an error invoking a tool list changed consumer method.
See Also:
  • Constructor Details

    • McpToolListChangedConsumerMethodException

      public McpToolListChangedConsumerMethodException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - The detail message
      cause - The cause
    • McpToolListChangedConsumerMethodException

      public McpToolListChangedConsumerMethodException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - The detail message