Package it.eng.spagobi.engines.commonj.exception

Examples of it.eng.spagobi.engines.commonj.exception.WorkExecutionException


//        logger.debug("Work already running");
//      }

    } catch (Throwable e) {
      logger.error("An error occurred while starting up execution for work [" + work.getWorkName() + "]");
      throw new WorkExecutionException("An error occurred while starting up execution for work [" + work.getWorkName() + "]", e);
    }
  }
View Full Code Here

TOP

Related Classes of it.eng.spagobi.engines.commonj.exception.WorkExecutionException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.