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