Class AbstractMcpLoggingMethodCallback.McpLoggingConsumerMethodException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springaicommunity.mcp.method.logging.AbstractMcpLoggingMethodCallback.McpLoggingConsumerMethodException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractMcpLoggingMethodCallback

public static class AbstractMcpLoggingMethodCallback.McpLoggingConsumerMethodException extends RuntimeException
Exception thrown when there is an error invoking a logging consumer method.
See Also:
  • Constructor Details

    • McpLoggingConsumerMethodException

      public McpLoggingConsumerMethodException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - The detail message
      cause - The cause
    • McpLoggingConsumerMethodException

      public McpLoggingConsumerMethodException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - The detail message