Class McpServerStartupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.machanism.machai.mcp.server.McpServerStartupException
All Implemented Interfaces:
Serializable

public class McpServerStartupException extends Exception
Indicates that an MCP server could not be started.
See Also:
  • Field Details

  • Constructor Details

    • McpServerStartupException

      public McpServerStartupException(Exception cause)
      Creates an exception with the startup failure as its cause.
      Parameters:
      cause - underlying server startup failure