public class JMXCmdFailedException extends JMXRuntimeException
This is thrown by a JMX command when some type of unrecoverable error has occurred and the command has failed. In most situations there will be a "cause" exception that contains the root cause of the failure.
Constructor and Description |
---|
JMXCmdFailedException(java.lang.String reason) |
JMXCmdFailedException(java.lang.String reason,
java.lang.Throwable t) |