Class RequestExceptionHandler
java.lang.Object
com.pixelservices.flash.exceptions.RequestExceptionHandler
Handles exceptions that occur during request processing and sends an appropriate error response to the client.
-
Constructor Summary
ConstructorsConstructorDescriptionRequestExceptionHandler
(AsynchronousSocketChannel clientChannel, Exception exception) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle()
Handles the exception by sending an appropriate error response to the client.
-
Constructor Details
-
RequestExceptionHandler
-
-
Method Details
-
handle
public void handle()Handles the exception by sending an appropriate error response to the client.
-