com.nttdocomo.system
クラス InterruptedOperationException

Object
  拡張Throwable
      拡張Exception
          拡張com.nttdocomo.system.InterruptedOperationException

public class InterruptedOperationException
extends Exception

競合条件などにより、 ユーザインタフェース操作がユーザの意図によらず終了させられた場合に発生する例外です。

導入されたバージョン:
DoJa-3.0 (505i)

コンストラクタの概要
InterruptedOperationException()
          詳細メッセージをつけないで例外オブジェクトを生成します。
InterruptedOperationException(String msg)
          詳細メッセージをつけて例外オブジェクトを生成します。
 
クラス Throwable から継承したメソッド
getMessage, printStackTrace, toString
 
クラス Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

InterruptedOperationException

public InterruptedOperationException()
詳細メッセージをつけないで例外オブジェクトを生成します。


InterruptedOperationException

public InterruptedOperationException(String msg)
詳細メッセージをつけて例外オブジェクトを生成します。

パラメータ:
msg - 詳細メッセージを指定します。