JavaTM 2 Platform
Std. Ed. v1.3

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, getLocalizedMessage, getMessage
 
クラス 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.3

バグや機能要求の報告
さらに詳しい API リファレンスおよび開発者ドキュメントについては、 Java 2 SDK SE Developer Documentation を参照してください。このドキュメントには、概念、用語の定義、回避策、 実用的なコード例など、開発者を対象にした詳細な解説が掲載されています。

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.