ObjectThrowable
Exception
com.nttdocomo.system.InterruptedOperationException
競合条件などにより、 ユーザインタフェース操作がユーザの意図によらず終了させられた場合に発生する例外です。
| コンストラクタの概要 | |
InterruptedOperationException()
詳細メッセージをつけないで例外オブジェクトを生成します。 |
|
InterruptedOperationException(String msg)
詳細メッセージをつけて例外オブジェクトを生成します。 |
|
| クラス Throwable から継承したメソッド |
getMessage, printStackTrace, toString |
| クラス Object から継承したメソッド |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
public InterruptedOperationException()
public InterruptedOperationException(String msg)
msg - 詳細メッセージを指定します。