/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
package sun.management;
/**
* Configuration Error thrown by a management agent.
*/
"agent.err.exception";
"agent.err.configfile.notfound";
"agent.err.configfile.failed";
"agent.err.configfile.closed.failed";
"agent.err.configfile.access.denied";
"agent.err.exportaddress.failed";
"agent.err.agentclass.notfound";
"agent.err.agentclass.failed";
"agent.err.premain.notfound";
"agent.err.agentclass.access.denied";
"agent.err.invalid.agentclass";
"agent.err.invalid.jmxremote.port";
"agent.err.invalid.jmxremote.rmi.port";
"agent.err.password.file.notset";
"agent.err.password.file.not.readable";
"agent.err.password.file.read.failed";
"agent.err.password.file.notfound";
"agent.err.access.file.notset";
"agent.err.access.file.not.readable";
"agent.err.access.file.read.failed";
"agent.err.access.file.notfound";
"agent.err.password.file.access.notrestricted";
"agent.err.file.access.not.restricted";
"agent.err.file.not.found";
"agent.err.file.not.readable";
"agent.err.file.not.set";
"agent.err.file.read.failed";
"agent.err.connector.server.io.error";
"agent.err.invalid.option";
"agent.err.invalid.snmp.port";
"agent.err.invalid.snmp.trap.port";
"agent.err.unknown.snmp.interface";
"agent.err.acl.file.notset";
"agent.err.acl.file.notfound";
"agent.err.acl.file.not.readable";
"agent.err.acl.file.read.failed";
"agent.err.acl.file.access.notrestricted";
"agent.err.snmp.adaptor.start.failed";
"agent.err.snmp.mib.init.failed";
"agent.err.invalid.state";
super();
}
super(cause);
}
super();
}
}
super(cause);
}
}
return error;
}
return params;
}
}