JavaTM 2 Platform
Standard Ed. 6

javax.management
类 MBeanRegistrationException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 javax.management.JMException
              继承者 javax.management.MBeanException
                  继承者 javax.management.MBeanRegistrationException
所有已实现的接口:
Serializable

public class MBeanRegistrationException
extends MBeanException

包装由 MBeanRegistration 接口的 preRegister() 和 preDeregister() 方法所抛出的异常。

从以下版本开始:
1.5
另请参见:
序列化表格

构造方法摘要
MBeanRegistrationException(Exception e)
          创建一个包装实际 java.lang.ExceptionMBeanRegistrationException
MBeanRegistrationException(Exception e, String message)
          创建一个包装实际 java.lang.ExceptionMBeanRegistrationException(带有详细消息)。
 
方法摘要
 
从类 javax.management.MBeanException 继承的方法
getCause, getTargetException
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

MBeanRegistrationException

public MBeanRegistrationException(Exception e)
创建一个包装实际 java.lang.ExceptionMBeanRegistrationException

参数:
e - 被包装的异常。

MBeanRegistrationException

public MBeanRegistrationException(Exception e,
                                  String message)
创建一个包装实际 java.lang.ExceptionMBeanRegistrationException(带有详细消息)。

参数:
e - 被包装的异常。
message - 详细消息。

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only