public final class MissingParametersException extends InvalidEndpointRequestException
RuntimeException
thrown when an endpoint invocation does not contain required
parameters.Constructor and Description |
---|
MissingParametersException(Set<OperationParameter> missingParameters) |
Modifier and Type | Method and Description |
---|---|
Set<OperationParameter> |
getMissingParameters()
Returns the parameters that were missing.
|
getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingParametersException(Set<OperationParameter> missingParameters)
public Set<OperationParameter> getMissingParameters()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.