public class javax.management
JMException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Extended by: MBeanException, OpenDataException, OperationsException, ReflectionException, RelationException
Details
Exceptions thrown by JMX implementations. It does not include the runtime exceptions.
since1.5

Constructors
public JMException()
Default constructor.
public JMException(String msg) Details
Constructor that allows a specific error message to be specified.
msgthe detail message.