Class RetrievalError

java.lang.Object
org.epics.archiverappliance.retrieval.RetrievalError

public class RetrievalError extends Object
  • 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