Package net.cnri.recommend.web
Class ServletErrorUtil
- java.lang.Object
-
- net.cnri.recommend.web.ServletErrorUtil
-
public class ServletErrorUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ServletErrorUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidbadRequest(javax.servlet.http.HttpServletResponse resp, java.lang.String message)static voidinternalServerError(javax.servlet.http.HttpServletResponse resp)static voidnotFound(javax.servlet.http.HttpServletResponse resp, java.lang.String message)static voidokWithMessage(javax.servlet.http.HttpServletResponse resp, java.lang.String message)
-
-
-
Method Detail
-
internalServerError
public static void internalServerError(javax.servlet.http.HttpServletResponse resp) throws java.io.IOException- Throws:
java.io.IOException
-
badRequest
public static void badRequest(javax.servlet.http.HttpServletResponse resp, java.lang.String message) throws java.io.IOException- Throws:
java.io.IOException
-
okWithMessage
public static void okWithMessage(javax.servlet.http.HttpServletResponse resp, java.lang.String message) throws java.io.IOException- Throws:
java.io.IOException
-
notFound
public static void notFound(javax.servlet.http.HttpServletResponse resp, java.lang.String message) throws java.io.IOException- Throws:
java.io.IOException
-
-