- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.management.JMException
-
- javax.management.OperationsException
-
- javax.management.ListenerNotFoundException
-
- すべての実装されたインタフェース:
Serializable
public class ListenerNotFoundException extends OperationsException
指定されたMBeanリスナーがリポジトリ内に存在しません。- 導入されたバージョン:
- 1.5
- 関連項目:
- 直列化された形式
-
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 ListenerNotFoundException()
デフォルトのコンストラクタです。ListenerNotFoundException(String message)
特定のエラー・メッセージの指定を許可するコンストラクタです。
-
メソッドのサマリー
-
クラス java.lang.Objectから継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
クラス java.lang.Throwableから継承されたメソッド
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
コンストラクタの詳細
-
ListenerNotFoundException
public ListenerNotFoundException()
デフォルトのコンストラクタです。
-
ListenerNotFoundException
public ListenerNotFoundException(String message)
特定のエラー・メッセージの指定を許可するコンストラクタです。- パラメータ:
message
- 詳細メッセージ。
-
-