javax.management
Class MBeanRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.JMException
javax.management.MBeanException
javax.management.MBeanRegistrationException
- All Implemented Interfaces:
- Serializable
public class MBeanRegistrationException
- extends MBeanException
A wrapper for exceptions thrown by MBeans that implement
MBeanRegistration. These exceptions are thrown in preRegister and
preDeregister.
- Version:
- $Revision: 1.2.30.2 $
- Author:
- Adrian Brock
- See Also:
MBeanRegistration
,
Serialized Form
MBeanRegistrationException
public MBeanRegistrationException(Exception e)
- Construct a new MBeanRegistrationException from a given exception.
- Parameters:
e
- the exception to wrap.
MBeanRegistrationException
public MBeanRegistrationException(Exception e,
String message)
- Construct a new MBeanRegistrationException from a given exception
and message.
- Parameters:
e
- the exception to wrap.message
- the specified message.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.