Package com.robothy.s3.rest.handler
Class InvalidArgumentExceptionHandler
java.lang.Object
com.robothy.s3.rest.handler.InvalidArgumentExceptionHandler
- All Implemented Interfaces:
com.robothy.netty.router.ExceptionHandler<com.robothy.s3.core.exception.InvalidArgumentException>
public class InvalidArgumentExceptionHandler
extends Object
implements com.robothy.netty.router.ExceptionHandler<com.robothy.s3.core.exception.InvalidArgumentException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(com.robothy.s3.core.exception.InvalidArgumentException e, com.robothy.netty.http.HttpRequest request, com.robothy.netty.http.HttpResponse response)
-
Constructor Details
-
InvalidArgumentExceptionHandler
public InvalidArgumentExceptionHandler()
-
-
Method Details
-
handle
public void handle(com.robothy.s3.core.exception.InvalidArgumentException e, com.robothy.netty.http.HttpRequest request, com.robothy.netty.http.HttpResponse response) - Specified by:
handlein interfacecom.robothy.netty.router.ExceptionHandler<com.robothy.s3.core.exception.InvalidArgumentException>
-