public class ParametersMissingException extends RuntimeException
RuntimeException thrown when an endpoint invocation does not contain required
parameters.| Constructor and Description |
|---|
ParametersMissingException(Set<String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getParameters()
Returns the parameters that were missing.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017 Pivotal Software, Inc.. All rights reserved.