- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.management.JMException
-
- javax.management.OperationsException
-
- javax.management.IntrospectionException
-
- すべての実装されたインタフェース:
Serializable
public class IntrospectionException extends OperationsException
MBeanのイントロスペクションの実行時に発生した例外です。- 導入されたバージョン:
- 1.5
- 関連項目:
- 直列化された形式
-
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 IntrospectionException()
デフォルトのコンストラクタです。IntrospectionException(String message)
特定のエラー・メッセージの指定を許可するコンストラクタです。
-
メソッドのサマリー
-
クラス java.lang.Throwableで宣言されたメソッド
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
コンストラクタの詳細
-
IntrospectionException
public IntrospectionException()
デフォルトのコンストラクタです。
-
IntrospectionException
public IntrospectionException(String message)
特定のエラー・メッセージの指定を許可するコンストラクタです。- パラメータ:
message
- 詳細メッセージ。
-
-