Class InvalidSseMessageEndpointException

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

public class InvalidSseMessageEndpointException extends Exception
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)
  • Method Details

    • getMessageEndpoint

      public String getMessageEndpoint()