Class HandlerStatusCodes
- java.lang.Object
-
- io.thestencil.client.spi.composer.HandlerStatusCodes
-
public class HandlerStatusCodes extends Object
-
-
Constructor Summary
Constructors Constructor Description HandlerStatusCodes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcatch404(String id, io.vertx.core.http.HttpServerResponse response)static voidcatch422(String desc, io.vertx.core.http.HttpServerResponse response)static voidcatch422(Throwable e, io.vertx.core.http.HttpServerResponse response)static StringexceptionHash(String msg)
-
-
-
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)
-
-