Class RetrievalError
java.lang.Object
org.epics.archiverappliance.retrieval.RetrievalError
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheck(boolean booleanCheck, String msg, javax.servlet.http.HttpServletResponse resp, int scServiceUnavailable) static booleancheck(boolean booleanCheck, String msg, javax.servlet.http.HttpServletResponse resp, int sc, Exception ex) static voidlogAndRespond(String msg, Exception ex, javax.servlet.http.HttpServletResponse resp, int sc)
-
Constructor Details
-
RetrievalError
public RetrievalError()
-
-
Method Details
-
check
public static boolean check(boolean booleanCheck, String msg, javax.servlet.http.HttpServletResponse resp, int scServiceUnavailable) throws IOException - Throws:
IOException
-
check
public static boolean check(boolean booleanCheck, String msg, javax.servlet.http.HttpServletResponse resp, int sc, Exception ex) throws IOException - Throws:
IOException
-
logAndRespond
public static void logAndRespond(String msg, Exception ex, javax.servlet.http.HttpServletResponse resp, int sc) throws IOException - Throws:
IOException
-