|
NTT DOCOMO and Hitachi Kokusai Electric Know-how & Confidential | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.docomo_um.module.ExternalStatusException
public class ExternalStatusException
モジュールの外部状態が原因で発生する例外クラスです。UIMなどが原因で発生します。
| フィールドの概要 | |
|---|---|
static int |
UIM_BUSY
UIMにアクセスできません。 |
static int |
UIM_FULL_LOCK
PINが完全ロックされています。 |
static int |
UIM_NOT_INSERTED
UIMが挿入されていません。 |
static int |
UIM_PIN_REQUIRED
PINコードの照合が必要です。 |
static int |
UIM_PUK_REQUIRED
ロック解除コードの入力が必要です。 |
static int |
UIM_WRONG
使用できないUIMです。 |
static int |
UNDEFINED
ステータスが未定義であることを示します。 |
| コンストラクタの概要 | |
|---|---|
ExternalStatusException()
例外の原因を示すステータス値と詳細メッセージを設定しないでインスタンスを生成します。 |
|
ExternalStatusException(int status)
例外の原因を示すステータス値を設定してインスタンスを生成します。 |
|
ExternalStatusException(int status,
java.lang.String msg)
例外の原因を示すステータス値と詳細メッセージを設定してインスタンスを生成します。 |
|
| メソッドの概要 | |
|---|---|
int |
getStatus()
例外の原因を示すステータス値を取得します。 |
| クラス java.lang.Throwable から継承されたメソッド |
|---|
getMessage, printStackTrace, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait |
| フィールドの詳細 |
|---|
public static final int UNDEFINED
public static final int UIM_NOT_INSERTED
public static final int UIM_PIN_REQUIRED
public static final int UIM_PUK_REQUIRED
public static final int UIM_FULL_LOCK
public static final int UIM_BUSY
public static final int UIM_WRONG
| コンストラクタの詳細 |
|---|
public ExternalStatusException()
UNDEFINEDに設定されます。
public ExternalStatusException(int status)
status - 設定するステータスの値を指定します。
public ExternalStatusException(int status,
java.lang.String msg)
status - 設定するステータスの値を指定します。msg - 詳細メッセージを指定します。| メソッドの詳細 |
|---|
public int getStatus()
|
Copyright © 2013 NTT DOCOMO, INC. and Hitachi Kokusai Electric Inc. All Rights Reserved. | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||