gnu.io
クラス PortInUseException

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

public class PortInUseException
extends java.lang.Exception

The port requested is currently in use

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

フィールドの概要
 java.lang.String currentOwner
          the owner of the port requested.
 
コンストラクタの概要
PortInUseException()
           
PortInUseException(java.lang.String str)
          create a instance of the Exception and store the current owner
 
メソッドの概要
 
クラス 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
 

フィールドの詳細

currentOwner

public java.lang.String currentOwner
the owner of the port requested.

コンストラクタの詳細

PortInUseException

PortInUseException(java.lang.String str)
create a instance of the Exception and store the current owner

パラメータ:
str - detailed information about the current owner

PortInUseException

public PortInUseException()