Class AbstractMcpPromptListChangedMethodCallback.McpPromptListChangedConsumerMethodException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springaicommunity.mcp.method.changed.prompt.AbstractMcpPromptListChangedMethodCallback.McpPromptListChangedConsumerMethodException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractMcpPromptListChangedMethodCallback

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

    • McpPromptListChangedConsumerMethodException

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

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