Package net.windwards.dnsfrontend.api

Examples of net.windwards.dnsfrontend.api.BackendCommunicationException


            logger.debug("Request to authority [me={}, query={}]", this.channel.getName(), question);
            this.channel.send(message);
        } catch (Exception e) {
            logger.warn("Failed to communicate with authority", e);
            // Jgroups goes "throws Exception" >[
            throw new BackendCommunicationException(e);
        }
    }
View Full Code Here

TOP

Related Classes of net.windwards.dnsfrontend.api.BackendCommunicationException

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.