java.lang
クラス InterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.InterruptedException
public class InterruptedException
- extends Exception
スレッドが wait している、 sleep している、または一時停止の状態にあるとき、他のスレッドがそのスレッドの interrupt メソッドで割り込みをかけたときにスローされる例外です。
InterruptedException
public InterruptedException()
- 詳細メッセージの無い
InterruptedException を生成します。
InterruptedException
public InterruptedException(String message)
- 指定された詳細メッセージを保持する
InterruptedException を生成します。
- パラメータ:
message - 詳細メッセージ
Copyright 2005-2013 Aplix and/or its affiliates. All rights reserved. Aplix Confidential and Restricted.
NTT DOCOMO and Hitachi Kokusai Electric Confidential