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 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:
      handle in interface com.robothy.netty.router.ExceptionHandler<com.robothy.s3.core.exception.InvalidArgumentException>