public class McpError extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
McpError.Builder |
| Constructor and Description |
|---|
McpError(McpSchema.JSONRPCResponse.JSONRPCError jsonRpcError) |
McpError(Object error)
Deprecated.
|
McpError(Object error,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static McpError.Builder |
builder(int errorCode) |
McpSchema.JSONRPCResponse.JSONRPCError |
getJsonRpcError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic McpError(McpSchema.JSONRPCResponse.JSONRPCError jsonRpcError)
@Deprecated public McpError(Object error)
public McpSchema.JSONRPCResponse.JSONRPCError getJsonRpcError()
public static McpError.Builder builder(int errorCode)
Copyright © 2025. All rights reserved.