Uses of Interface
org.n52.web.exception.WebException
-
Packages that use WebException Package Description org.n52.web.exception -
-
Uses of WebException in org.n52.web.exception
Classes in org.n52.web.exception that implement WebException Modifier and Type Class Description classBadRequestExceptionclassInternalServerExceptionclassResourceNotFoundExceptionclassUnsupportedMediaTypeExceptionclassWebExceptionAdapterMethods in org.n52.web.exception that return WebException Modifier and Type Method Description WebExceptionWebException. addHint(String details)WebExceptionWebException. addHint(String... details)Methods in org.n52.web.exception with parameters of type WebException Modifier and Type Method Description static ExceptionResponseExceptionResponse. createExceptionResponse(WebException e, org.springframework.http.HttpStatus statusCode)
-