JavaTM 2
Platform
Std. Ed. v1.4.0

javax.naming
クラス OperationNotSupportedException

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

public class OperationNotSupportedException
extends NamingException

コンテキスト実装が呼び出された操作をサポートしない場合に、この例外はスローされます。たとえば、サーバが Context.bind() メソッドをサポートしない場合は、bind() メソッドを呼び出すと OperationNotSupportedException がスローされます。

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

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

フィールドの概要
 
クラス javax.naming.NamingException から継承したフィールド
remainingName, resolvedName, resolvedObj, rootException
 
コンストラクタの概要
OperationNotSupportedException()
          OperationNotSupportedException の新しいインスタンスを構築します。
OperationNotSupportedException(String explanation)
          説明を使用して、OperationNotSupportedException の新しいインスタンスを構築します。
 
クラス 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
 

コンストラクタの詳細

OperationNotSupportedException

public OperationNotSupportedException()
OperationNotSupportedException の新しいインスタンスを構築します。フィールドのデフォルトはすべて null になります。


OperationNotSupportedException

public OperationNotSupportedException(String explanation)
説明を使用して、OperationNotSupportedException の新しいインスタンスを構築します。他のフィールドのデフォルトはすべて null になります。

パラメータ:
explanation - null の可能性がある$B(I$この例外に関する追加の詳細情報
関連項目:
Throwable.getMessage()

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.