Class MissingParametersException

All Implemented Interfaces:
Serializable

public final class MissingParametersException extends InvalidEndpointRequestException
RuntimeException thrown when an endpoint invocation does not contain required parameters.
Since:
2.0.0
Author:
Madhura Bhave, Phillip Webb
See Also:
  • Constructor Details

    • MissingParametersException

      public MissingParametersException(Set<OperationParameter> missingParameters)
  • Method Details

    • getMissingParameters

      public Set<OperationParameter> getMissingParameters()
      Returns the parameters that were missing.
      Returns:
      the parameters