public class BadRequestException extends WebserviceException
| Modifier and Type | Field and Description |
|---|---|
static org.springframework.http.HttpStatus |
STATUS |
| Constructor and Description |
|---|
BadRequestException(Map<String,String> details) |
BadRequestException(Map<String,String> details,
String messageFormat,
Object... args) |
BadRequestException(Map<String,String> details,
Throwable cause) |
BadRequestException(String messageFormat,
Object... args) |
BadRequestException(Throwable cause) |
BadRequestException(Throwable cause,
String messageFormat,
Object... args) |
getDetails, getStatus, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2015. All rights reserved.