Package org.jdesktop.wonderland.client.comms

Examples of org.jdesktop.wonderland.client.comms.ServerUnavailableException


            // make sure there is a Darkstar server available
            if (getDetails().getDarkstarServers() == null ||
                    getDetails().getDarkstarServers().size() == 0)
            {
                throw new ServerUnavailableException("No running Darkstar " +
                        "server found for " + getDetails().getServerURL());
            }

            // choose a Darkstar server to connect to
            DarkstarServer ds = getDetails().getDarkstarServers().get(0);
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.client.comms.ServerUnavailableException

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.