Class AbstractMcpCompleteMethodCallback.McpCompleteMethodException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springaicommunity.mcp.method.complete.AbstractMcpCompleteMethodCallback.McpCompleteMethodException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractMcpCompleteMethodCallback

public static class AbstractMcpCompleteMethodCallback.McpCompleteMethodException extends RuntimeException
Exception thrown when there is an error invoking a complete method.
See Also:
  • Constructor Details

    • McpCompleteMethodException

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

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