--- old/src/java.management/share/classes/javax/management/monitor/Monitor.java 2015-04-15 19:40:44.386479279 -0700 +++ new/src/java.management/share/classes/javax/management/monitor/Monitor.java 2015-04-15 19:40:44.198573274 -0700 @@ -387,7 +387,7 @@ * * @return The name of the monitor MBean registered. * - * @exception Exception + * @exception Exception if something goes wrong */ public ObjectName preRegister(MBeanServer server, ObjectName name) throws Exception { @@ -416,7 +416,7 @@ *

* Stops the monitor. * - * @exception Exception + * @exception Exception if something goes wrong */ public void preDeregister() throws Exception {