|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.naming.NamingException
|
+--javax.naming.NamingSecurityException
Context および DirContext インタフェースでの操作によってスローされるセキュリティに関連する例外のスーパークラスです。失敗の種類は、サブクラスの名前で示されます。
この例外をプログラムで処理する場合は特に、NamingException をキャッチする前に NamingSecurityException を明示的にキャッチする必要があります。プログラムでは、他の種類のネーミング例外からのセキュリティ関連の例外を特別に扱う場合などに、これを実行する場合があります。
NamingException に適用される同期および直列化は、ここで直接適用されます。
| クラス javax.naming.NamingException から継承したフィールド |
remainingName, resolvedName, resolvedObj, rootException |
| コンストラクタの概要 | |
NamingSecurityException()
NamingSecurityException の新しいインスタンスを構築します。 |
|
NamingSecurityException(String explanation)
指定された説明を使用して、NamingSecurityException の新しいインスタンスを構築します。 |
|
| クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getLocalizedMessage, getMessage |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
public NamingSecurityException(String explanation)
explanation - null の可能性がある、この例外に関する追加の詳細情報Throwable.getMessage()public NamingSecurityException()
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Java、Java 2D、JDBC は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.