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

/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java455 if (closeException == null) {
464 if (closeException != null && tracing) {
468 logger.trace("close",idstr + " had failed: " + closeException);
478 closeException = null;
492 closeException = x;
506 closeException = e;
534 if (closeException != null) {
536 closeException);
537 if (closeException instanceof IOException)
538 throw (IOException) closeException;
2555 private transient Exception closeException; field in class:RMIConnector
[all...]

Completed in 266 milliseconds