public class JMXProviderException extends IOException
Exception thrown by {@link JMXConnectorFactory} and
{@link JMXConnectorServerFactory} when a provider exists for
the required protocol but cannot be used for some reason.
see
JMXConnectorFactory#newJMXConnector
see
JMXConnectorServerFactory#newJMXConnectorServer
since
1.5
since.unbundled
1.0
Fields Summary
private static final long
serialVersionUID
private Throwable
cause
Constructors Summary
public JMXProviderException()
Constructs a JMXProviderException with no
specified detail message.