|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception javax.management.JMException javax.management.MBeanException javax.management.MBeanRegistrationException
public class MBeanRegistrationException
包裹由 MBeanRegistration
介面的 preRegister() 和 preDeregister() 方法所拋出的異常。
建構子摘要 | |
---|---|
MBeanRegistrationException(Exception e)
創建一個套件裝實際 java.lang.Exception 的 MBeanRegistrationException 。 |
|
MBeanRegistrationException(Exception e,
String message)
創建一個套件裝實際 java.lang.Exception 的 MBeanRegistrationException (帶有詳細訊息)。 |
方法摘要 |
---|
從類別 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 |
建構子詳細資訊 |
---|
public MBeanRegistrationException(Exception e)
java.lang.Exception
的 MBeanRegistrationException
。
e
- 被包裹的異常。public MBeanRegistrationException(Exception e, String message)
java.lang.Exception
的 MBeanRegistrationException
(帶有詳細訊息)。
e
- 被包裹的異常。message
- 詳細訊息。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。