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