public class McpTransportSessionNotFoundException
extends java.lang.RuntimeException
| 构造器和说明 |
|---|
McpTransportSessionNotFoundException(java.lang.String sessionId)
Construct an instance with the session identifier but without a
cause. |
McpTransportSessionNotFoundException(java.lang.String sessionId,
java.lang.Exception cause)
Construct an instance with a known
cause. |
public McpTransportSessionNotFoundException(java.lang.String sessionId,
java.lang.Exception cause)
cause.sessionId - transport session identifiercause - the cause that was identified as a session not found errorpublic McpTransportSessionNotFoundException(java.lang.String sessionId)
cause.sessionId - transport session identifier