-
Bug
-
Resolution: Fixed
-
P4
-
1.0
-
b32
-
sparc
-
solaris_2.5.1
The javadoc for the connect() methods in the classes JMXConnector
and JMXConnectorFactory is not correct.
--- JMXConnector & JMXConnectorFactory ---
It says:
SecurityException - if the connection could not be made for security reasons.
and should say:
SecurityException - if the connection could not be made due to a security
violation.
--- JMXConnectorFactory ---
The two connect() methods do not document the same exceptions and if they
do they do it differently.
and JMXConnectorFactory is not correct.
--- JMXConnector & JMXConnectorFactory ---
It says:
SecurityException - if the connection could not be made for security reasons.
and should say:
SecurityException - if the connection could not be made due to a security
violation.
--- JMXConnectorFactory ---
The two connect() methods do not document the same exceptions and if they
do they do it differently.