javax.management

Class JMRuntimeException

public class JMRuntimeException extends RuntimeException

A general superclass for all runtime management exceptions.

Since: 1.5

Constructor Summary
JMRuntimeException()
Constructs a new JMRuntimeException.
JMRuntimeException(String message)
Constructs a new JMRuntimeException with the specified message.

Constructor Detail

JMRuntimeException

public JMRuntimeException()
Constructs a new JMRuntimeException.

JMRuntimeException

public JMRuntimeException(String message)
Constructs a new JMRuntimeException with the specified message.

Parameters: message the error message to give to the user.