Class McpException

All Implemented Interfaces:
Serializable

public class McpException extends RuntimeException
A business exception raised over the MCP protocol
See Also:
  • Constructor Details

    • McpException

      public McpException(int errorCode, String errorMessage)
  • Method Details

    • getErrorCode

      public int getErrorCode()
    • getErrorMessage

      public String getErrorMessage()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable