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