Searched refs:AgentConfigurationError (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/
H A DAgentConfigurationError.java31 public class AgentConfigurationError extends Error { class in inherits:Error
116 public AgentConfigurationError(String error) { method in class:AgentConfigurationError
122 public AgentConfigurationError(String error, Throwable cause) { method in class:AgentConfigurationError
128 public AgentConfigurationError(String error, String... params) { method in class:AgentConfigurationError
137 public AgentConfigurationError(String error, Throwable cause, String... params) { method in class:AgentConfigurationError
H A DAgent.java50 import static sun.management.AgentConfigurationError.*;
267 } catch (AgentConfigurationError e) {
293 throw new AgentConfigurationError("Couldn't parse autodiscovery argument");
304 throw new AgentConfigurationError("Unable to broadcast to requested address", e);
312 throw new AgentConfigurationError("Couldn't parse JDP port argument");
336 throw new AgentConfigurationError("Couldn't start JDP service", e);
/openjdk7/jdk/src/share/classes/sun/management/snmp/
H A DAdaptorBootstrap.java39 import sun.management.AgentConfigurationError;
40 import static sun.management.AgentConfigurationError.*;
181 throw new AgentConfigurationError(INVALID_SNMP_PORT, x, portStr);
185 throw new AgentConfigurationError(INVALID_SNMP_PORT, portStr);
197 throw new AgentConfigurationError(INVALID_SNMP_TRAP_PORT, x, trapPortStr);
201 throw new AgentConfigurationError(INVALID_SNMP_TRAP_PORT, trapPortStr);
227 throw new AgentConfigurationError(AGENT_EXCEPTION, e, e.getMessage());
240 throw new AgentConfigurationError(UNKNOWN_SNMP_INTERFACE, e, bindAddress);
258 throw new AgentConfigurationError(UNKNOWN_SNMP_INTERFACE, e, e.getMessage());
273 throw new AgentConfigurationError(SNMP_MIB_INIT_FAILE
[all...]
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java73 import sun.management.AgentConfigurationError;
74 import static sun.management.AgentConfigurationError.*;
326 throw new AgentConfigurationError(INVALID_JMXREMOTE_PORT, x, portStr);
329 throw new AgentConfigurationError(INVALID_JMXREMOTE_PORT, portStr);
342 throw new AgentConfigurationError(INVALID_JMXREMOTE_RMI_PORT, x, rmiPortStr);
345 throw new AgentConfigurationError(INVALID_JMXREMOTE_RMI_PORT, rmiPortStr);
469 throw new AgentConfigurationError(AGENT_EXCEPTION, e, e.toString());
539 throw new AgentConfigurationError(AGENT_EXCEPTION, e, e.toString());
545 throw new AgentConfigurationError(PASSWORD_FILE_NOT_SET);
549 throw new AgentConfigurationError(PASSWORD_FILE_NOT_FOUN
[all...]
/openjdk7/jdk/test/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.java43 import sun.management.AgentConfigurationError;
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiSslNoKeyStoreTest.java46 import sun.management.AgentConfigurationError;
282 } catch (AgentConfigurationError x) {
H A DRmiBootstrapTest.java43 import sun.management.AgentConfigurationError;
663 } catch (AgentConfigurationError x) {

Completed in 43 milliseconds