public class InvalidParameterException extends Exception implements WithErrorResponse
Constructor and Description |
---|
InvalidParameterException(String parameter) |
InvalidParameterException(String parameter,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
getErrorResponse() |
String |
getParameter() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResponseWithErrorCode getErrorResponse()
getErrorResponse
in interface WithErrorResponse
@Nullable @Generated(value="lombok") public String getParameter()
Copyright © 2017 SAP SE. All rights reserved.