jp.co.pwv.estore.util
クラス IErrorCode

java.lang.Object
  |
  +--jp.co.pwv.estore.util.IErrorCode

public class IErrorCode
extends java.lang.Object

IErrorCode
エラーコード一覧

バージョン:
1.0 2004/08/28
作成者:
Hiroshi TAKEMOTO

フィールドの概要
static int ERROR_STATUS
          異常終了
static int NORMAL_STATUS
          正常終了
 
コンストラクタの概要
IErrorCode()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

NORMAL_STATUS

public static final int NORMAL_STATUS
正常終了

関連項目:
定数フィールド値

ERROR_STATUS

public static final int ERROR_STATUS
異常終了

関連項目:
定数フィールド値
コンストラクタの詳細

IErrorCode

public IErrorCode()