当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
MBeanRegistrationException (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
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 $
- 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.