Exception thrown by {@link JMXConnectorFactory} when a provider exists for the required protocol but cannot be used for some reason.
Constructs a JMXProviderException with no specified detail message.
JMXProviderException
Constructs a JMXProviderException with the specified detail message.parammessage the detail message super(message);
Constructs a JMXProviderException with the specified detail message.
super(message);
Constructs a JMXProviderException with the specified detail message and nested exception.parammessage the detail messageparamcause the nested exception super(message); this.cause = cause;
Constructs a JMXProviderException with the specified detail message and nested exception.
super(message); this.cause = cause;
return cause;