Package httpserver.error
Class InvalidInput
java.lang.Object
java.lang.Throwable
java.lang.Exception
httpserver.error.InvalidInput
- All Implemented Interfaces:
HttpError,Serializable
- See Also:
-
Field Summary
Fields inherited from interface httpserver.error.HttpError
ERROR_MESSAGE, RESPONSE_INTERNAL_ERROR -
Constructor Summary
ConstructorsConstructorDescriptionInvalidInput(int errorCode, String message) InvalidInput(int errorCode, String message, Throwable cause) InvalidInput(String message) InvalidInput(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidInput
-
InvalidInput
-
InvalidInput
-
InvalidInput
-
-
Method Details
-
processExchange
- Specified by:
processExchangein interfaceHttpError
-