Class RequestMappingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.tachyonmcp.core.protocol.RequestMappingException
All Implemented Interfaces:
Serializable

public final class RequestMappingException extends RuntimeException
Signals that protocol request parameters could not be mapped to a domain request.
See Also:
  • Constructor Details

    • RequestMappingException

      public RequestMappingException(ServerError error)
      Parameters:
      error - the mapping failure to surface as a protocol-level error response
  • Method Details