|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception javax.naming.NamingException javax.naming.NamingSecurityException
public abstract class NamingSecurityException
Context および DirContext インタフェースでの操作によってスローされるセキュリティに関連する例外のスーパークラスです。失敗の種類は、サブクラスの名前で示されます。
この例外をプログラムで処理する場合は特に、NamingException をキャッチする前に NamingSecurityException を明示的にキャッチする必要があります。プログラムでは、他の種類のネーミング例外からのセキュリティ関連の例外を特別に扱う場合などに、これを実行する場合があります。
NamingException に適用される同期および直列化は、ここで直接適用されます。
フィールドの概要 |
---|
クラス javax.naming.NamingException から継承されたフィールド |
---|
remainingName, resolvedName, resolvedObj, rootException |
コンストラクタの概要 | |
---|---|
NamingSecurityException()
NamingSecurityException の新しいインスタンスを構築します。 |
|
NamingSecurityException(String explanation)
指定された説明を使用して、NamingSecurityException の新しいインスタンスを構築します。 |
メソッドの概要 |
---|
クラス javax.naming.NamingException から継承されたメソッド |
---|
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
クラス 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 Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。