- All Known Implementing Classes:
InvalidInput
public interface HttpError
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessExchange(HttpServerExchange exchange) static voidrespondError(HttpServerExchange exchange, int statusCode, int errorCode, String message) static voidrespondInternalError(HttpServerExchange exchange)
-
Field Details
-
RESPONSE_INTERNAL_ERROR
- See Also:
-
ERROR_MESSAGE
- See Also:
-
-
Method Details
-
processExchange
-
respondInternalError
-
respondError
static void respondError(HttpServerExchange exchange, int statusCode, int errorCode, String message)
-