Package com.retrogui.messageserver.common

Examples of com.retrogui.messageserver.common.ApplicationFactoryException


      app = new DualRpcServerDispatcher(this.getMessageServer(), session,
          this.getConfigurationObject());

    } catch (Exception ex) {

      throw new ApplicationFactoryException("Cannot instantiate server application. See cause -->.",
        ex);

    }

    return app;
View Full Code Here

TOP

Related Classes of com.retrogui.messageserver.common.ApplicationFactoryException

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.