Package org.enhydra.shark.api.internal.toolagent

Examples of org.enhydra.shark.api.internal.toolagent.ToolAgentGeneralException


        try {
            serviceResult = dispatcher.runSync(appName, serviceContext);
        } catch (GenericServiceException e) {
            status = APP_STATUS_INVALID;
            Debug.logError(e, module);
            throw new ToolAgentGeneralException(e);
        }

        // process the result
        this.getServiceResults(parameters, serviceResult);
View Full Code Here


        try {
            serviceResult = dispatcher.runSync(appName, serviceContext);
        } catch (GenericServiceException e) {
            status = APP_STATUS_INVALID;
            Debug.logError(e, module);
            throw new ToolAgentGeneralException(e);
        }

        // process the result
        this.getServiceResults(parameters, serviceResult);
View Full Code Here

TOP

Related Classes of org.enhydra.shark.api.internal.toolagent.ToolAgentGeneralException

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.