Package org.rhq.core.pc.upgrade

Examples of org.rhq.core.pc.upgrade.DiscoverySuspendedException


                + (parentResource == null ? " the platform " : parentResource)
                + " because some of its siblings failed to upgrade.";

            log.debug(message);

            throw new DiscoverySuspendedException(message);
        }

        long timeout = getDiscoveryComponentTimeout();

        Set<DiscoveredResourceDetails> results;
View Full Code Here

TOP

Related Classes of org.rhq.core.pc.upgrade.DiscoverySuspendedException

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.