javax.management
public class MBeanRegistrationException extends MBeanException
Since: 1.5
| Constructor Summary | |
|---|---|
| MBeanRegistrationException(Exception e)
Constructs a new MBeanRegistrationException wrapping
the specified exception.
| |
| MBeanRegistrationException(Exception e, String message)
Constructs a new MBeanRegistrationException wrapping
the specified exception and using the supplied message.
| |
MBeanRegistrationException wrapping
the specified exception.
Parameters: e the exception to be wrapped.
MBeanRegistrationException wrapping
the specified exception and using the supplied message.
Parameters: e the exception to be wrapped. message the error message to give to the user.