Class UnsatisfiedBodyRouteException

All Implemented Interfaces:
Serializable

public final class UnsatisfiedBodyRouteException extends UnsatisfiedRouteException
An exception thrown when the an Body to a Route cannot be satisfied.
Since:
1.3.0
See Also:
  • Constructor Details

    • UnsatisfiedBodyRouteException

      public UnsatisfiedBodyRouteException(String name, io.micronaut.core.type.Argument<?> argument)
      Parameters:
      name - The type and variable name of the Body
      argument - The Argument
  • Method Details

    • getBodyVariableName

      public String getBodyVariableName()
      Returns:
      The type and variable name of the Body