Class InvalidSseMessageEndpointException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.modelcontextprotocol.client.transport.InvalidSseMessageEndpointException
All Implemented Interfaces:
Serializable

@Deprecated public class InvalidSseMessageEndpointException extends Exception
Deprecated.
This exception is part of the deprecated SSE transport.
Exception thrown when the message endpoint returned from the SSE connection is not valid.
Author:
Daniel Garnier-Moiroux
See Also:
  • Constructor Details

    • InvalidSseMessageEndpointException

      public InvalidSseMessageEndpointException(String message, String messageEndpoint)
      Deprecated.
  • Method Details

    • getMessageEndpoint

      public String getMessageEndpoint()
      Deprecated.