|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gnu.io.PortInUseException
public class PortInUseException
The port requested is currently in use
フィールドの概要 | |
---|---|
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 |
フィールドの詳細 |
---|
public java.lang.String currentOwner
コンストラクタの詳細 |
---|
PortInUseException(java.lang.String str)
str
- detailed information about the current ownerpublic PortInUseException()
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |