Package org.rhq.cassandra.util

Examples of org.rhq.cassandra.util.ConfigEditorException


                    editor.restore();
                    throw e;
                } catch (ConfigEditorException e1) {
                    log.error("Failed to restore " + cassandraYamlFile + ". A copy of the file prior to any " +
                        "modifications can be found at " + editor.getBackupFile());
                    throw new ConfigEditorException("There was an error updating " + cassandraYamlFile + " and " +
                        "undoing the changes failed. A copy of the file can be found at " + editor.getBackupFile() +
                        ". See the agent logs for more details.", e);
                }
            } else {
                log.error("No updates were made to " + cassandraYamlFile + " due to an unexpected error", e);
View Full Code Here

TOP

Related Classes of org.rhq.cassandra.util.ConfigEditorException

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.