public class BadRequestException extends YWebservicesException
| Constructor and Description |
|---|
BadRequestException() |
BadRequestException(java.lang.String message) |
BadRequestException(java.lang.String message,
java.lang.Throwable cause) |
BadRequestException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getResponseStatus()
Returns a http-response status which should be used when this exception is thrown.
|
getShortStacktrace, notifyLoggerpublic BadRequestException()
public BadRequestException(java.lang.String message,
java.lang.Throwable cause)
public BadRequestException(java.lang.String message)
public BadRequestException(java.lang.Throwable cause)
public int getResponseStatus()
YWebservicesExceptiongetResponseStatus in class YWebservicesExceptionCopyright © 2018 SAP SE. All Rights Reserved.