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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java235 private transient Exception startException = null; field in class:CommunicatorServer
301 startException = null;
565 } else if (startException instanceof CommunicationException) {
569 throw (CommunicationException)startException;
570 } else if (startException instanceof InterruptedException) {
574 throw (InterruptedException)startException;
575 } else if (startException != null) {
579 throw new CommunicationException(startException,
581 startException);
804 startException
[all...]

Completed in 134 milliseconds