Class McpMethodNotEnabledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.quarkus.devui.runtime.mcp.McpMethodNotEnabledException
All Implemented Interfaces:
Serializable

public class McpMethodNotEnabledException extends Exception
See Also:
  • Constructor Details

    • McpMethodNotEnabledException

      public McpMethodNotEnabledException()
    • McpMethodNotEnabledException

      public McpMethodNotEnabledException(String message)
    • McpMethodNotEnabledException

      public McpMethodNotEnabledException(String message, Throwable cause)
    • McpMethodNotEnabledException

      public McpMethodNotEnabledException(Throwable cause)
    • McpMethodNotEnabledException

      public McpMethodNotEnabledException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)