Searched refs:REQUEST_ENTITY_TOO_LARGE_413 (Results 1 – 2 of 2) sorted by relevance
650 public final static int REQUEST_ENTITY_TOO_LARGE_413 = 413; field in HttpStatus775 REQUEST_ENTITY_TOO_LARGE(REQUEST_ENTITY_TOO_LARGE_413, "Request Entity Too Large"),
1039 …throw new HttpException(HttpStatus.REQUEST_ENTITY_TOO_LARGE_413, "Request Entity Too Large: "+(_bu… in fill()