Examples of StaleTypeException


Examples of org.rhq.core.clientapi.server.discovery.StaleTypeException

                    + report.getAddedRoots() + " contains these deleted resource types " + deletedTypes);
            } else {
                LOG.info("The inventory report from " + report.getAgent() + " contains these deleted resource types "
                    + deletedTypes);
            }
            throw new StaleTypeException("The report contains one or more resource types that have been marked for "
                + "deletion.");
        }

        Agent agent = report.getAgent();
        long start = System.currentTimeMillis();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.