JavaTM Platform
Standard Ed. 6

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, 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
 

コンストラクタの詳細

InvalidAttributeIdentifierException

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

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

InvalidAttributeIdentifierException

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


JavaTM Platform
Standard Ed. 6

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

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。