|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.io.InterruptedIOException
public class InterruptedIOException
入出力処理で割り込みが発生したことを通知するシグナルを発生させます。入力転送または出力転送を実行するスレッドで割り込みがあり、転送が終了したことを示すために、InterruptedIOException
がスローされます。bytesTransferred
フィールドは、割り込みの発生前に転送に成功したバイト数を示します。
InputStream
,
OutputStream
,
Thread.interrupt()
,
直列化された形式フィールドの概要 | |
---|---|
int |
bytesTransferred
入出力処理で割り込みが発生する前にその処理の一部として転送されたバイト数を報告します。 |
コンストラクタの概要 | |
---|---|
InterruptedIOException()
エラー詳細メッセージとして null を設定して InterruptedIOException を構築します。 |
|
InterruptedIOException(String s)
指定された詳細メッセージを持つ InterruptedIOException を構築します。 |
メソッドの概要 |
---|
クラス 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 int bytesTransferred
コンストラクタの詳細 |
---|
public InterruptedIOException()
null
を設定して InterruptedIOException
を構築します。
public InterruptedIOException(String s)
InterruptedIOException
を構築します。文字列 s
は、java.lang.Throwable
クラスの Throwable.getMessage()
メソッドを使ってあとで取得できます。
s
- 詳細メッセージ
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。