Ejemplo n.º 1
0
 public static void ARQ_Exception(Source source, QueryExceptionHTTP ie) {
   throw new EldaException(
       "Problem running query for " + source + ": " + ie.getMessage(), "", SERVER_ERROR, ie);
 }