public class MBeanInfoRetrievalException extends JmxException
MBeanClientInterceptor, MBeanProxyFactoryBean, 連載形式 | コンストラクターと説明 |
|---|
MBeanInfoRetrievalException(java.lang.String msg) 指定されたエラーメッセージで新しい MBeanInfoRetrievalException を作成します。 |
MBeanInfoRetrievalException(java.lang.String msg, java.lang.Throwable cause) 指定されたエラーメッセージと根本原因で新しい MBeanInfoRetrievalException を作成します。 |
contains, getMessage, getMostSpecificCause, getRootCausepublic MBeanInfoRetrievalException(java.lang.String msg)
MBeanInfoRetrievalException を作成します。msg - 詳細メッセージ public MBeanInfoRetrievalException(java.lang.String msg,
java.lang.Throwable cause)MBeanInfoRetrievalException を作成します。msg - 詳細メッセージ cause - 根本原因