Package org.machanism.machai.mcp.server
Class McpServerStartupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.machanism.machai.mcp.server.McpServerStartupException
- All Implemented Interfaces:
Serializable
Indicates that an MCP server could not be started.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an exception with the startup failure as its cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
McpServerStartupException
Creates an exception with the startup failure as its cause.- Parameters:
cause- underlying server startup failure
-