全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス
  クラス java.lang.InterruptedException
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.InterruptedException
  -  public class InterruptedException
  -  extends Exception
あるスレッドが長い間待ち状態、休止状態、または一時停止の状態に置かれており、他のスレッドがThread クラスの interrupt メソッドを使って割り込みをかけた場合にスローされます。
    -  参照:
    
-  wait, wait, wait, sleep, interrupt, interrupted
   
  -   InterruptedException() InterruptedException()
-   詳細メッセージを持たない InterruptedExceptionを構築する。
-   InterruptedException(String) InterruptedException(String)
-   指定の詳細メッセージを持つ InterruptedExceptionを構築する。
   
 InterruptedException
InterruptedException
  public InterruptedException()
  -  詳細メッセージを持たない InterruptedExceptionを構築します。
 
 InterruptedException
InterruptedException
  public InterruptedException(String s)
  -  指定の詳細メッセージを持つ InterruptedExceptionを構築します。
   
- 
    -  パラメータ:
    
-  s - 詳細メッセージ。
  
 
全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス