Class HandlerStatusCodes


  • public class HandlerStatusCodes
    extends Object
    • Constructor Detail

      • HandlerStatusCodes

        public HandlerStatusCodes()
    • Method Detail

      • catch404

        public static void catch404​(String id,
                                    io.vertx.core.http.HttpServerResponse response)
      • catch422

        public static void catch422​(String desc,
                                    io.vertx.core.http.HttpServerResponse response)
      • catch422

        public static void catch422​(Throwable e,
                                    io.vertx.core.http.HttpServerResponse response)
      • exceptionHash

        public static String exceptionHash​(String msg)