JavaTM 2
Platform
Std. Ed. v1.4.0

javax.naming.directory
クラス InvalidAttributeIdentifierException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.naming.NamingException
                    |
                    +--javax.naming.directory.InvalidAttributeIdentifierException
すべての実装インタフェース:
Serializable

public class InvalidAttributeIdentifierException
extends NamingException

この例外は、無効な属性識別子を使って属性を追加または作成しようとした場合にスローされます。属性識別子の有効性はディレクトリに固有です。

NamingException に適用される同期および直列化は、ここで直接適用されます。

導入されたバージョン:
1.3
関連項目:
直列化された形式

フィールドの概要
 
クラス javax.naming.NamingException から継承したフィールド
remainingName, resolvedName, resolvedObj, rootException
 
コンストラクタの概要
InvalidAttributeIdentifierException()
          InvalidAttributeIdentifierException の新しいインスタンスを構築します。
InvalidAttributeIdentifierException(String explanation)
          指定された説明を使用して、InvalidAttributeIdentifierException の新しいインスタンスを構築します。
 
クラス javax.naming.NamingException から継承したメソッド
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

InvalidAttributeIdentifierException

public InvalidAttributeIdentifierException(String explanation)
指定された説明を使用して、InvalidAttributeIdentifierException の新しいインスタンスを構築します。他のフィールドはすべて null に設定されます。

パラメータ:
explanation - null の可能性がある、この例外に関する追加の詳細情報を含んだ文字列
関連項目:
Throwable.getMessage()

InvalidAttributeIdentifierException

public InvalidAttributeIdentifierException()
InvalidAttributeIdentifierException の新しいインスタンスを構築します。フィールドはすべて null に設定されます。


JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.