javax.management

Class JMException

public class JMException extends Exception

A general superclass for all non-runtime management exceptions.

Since: 1.5

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

Constructor Detail

JMException

public JMException()
Constructs a new JMException.

JMException

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

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