gnu.io
クラス UnsupportedCommOperationException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 gnu.io.UnsupportedCommOperationException
すべての実装されたインタフェース:
java.io.Serializable

public class UnsupportedCommOperationException
extends java.lang.Exception

Exception thrown when a method does not support the requested functionality.

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

コンストラクタの概要
UnsupportedCommOperationException()
          create an instances with no message about why the Exception was thrown.
UnsupportedCommOperationException(java.lang.String str)
          create an instance with a message about why the Exception was thrown.
 
メソッドの概要
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

UnsupportedCommOperationException

public UnsupportedCommOperationException()
create an instances with no message about why the Exception was thrown.

導入されたバージョン:
JDK1.0

UnsupportedCommOperationException

public UnsupportedCommOperationException(java.lang.String str)
create an instance with a message about why the Exception was thrown.

パラメータ:
str - A detailed message explaining the reason for the Exception.
導入されたバージョン:
JDK1.0