MdkLocalException 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前説明
Public メソッドMdkLocalException(String, array<String>[]()[][])
例外情報なしのMDK例外を生成します。
Public メソッドMdkLocalException(Exception, String, array<String>[]()[][])
例外情報ありのMDK例外を生成します。

メソッド

  名前説明
Public メソッドEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Object から継承されます。)
Public メソッドEquals(String)
当クラスが保持しているエラーコードと引数のエラーコードを比較する。 同じ場合はtrueを返す。
Protected メソッドFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Object から継承されます。)
Public メソッドGetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Exception から継承されます。)
Public メソッドGetErrCode
エラーコードを取得する。
Public メソッドGetErrMsg
エラーメッセージを取得する。
Public メソッドGetHashCode
Serves as a hash function for a particular type.
(Object から継承されます。)
Public メソッドGetObjectData
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Exception から継承されます。)
Public メソッドGetType
Gets the runtime type of the current instance.
(Exception から継承されます。)
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Object から継承されます。)
Public メソッドToString
Creates and returns a string representation of the current exception.
(Exception から継承されます。)

フィールド

  名前説明
Public フィールドStatic メンバーBAD_GW
HTTPステータス:502 不正なレスポンスを受信した場合
Public フィールドStatic メンバーCONFIG_MISSING
CONFIGファイルの必須項目が存在しない場合
Public フィールドStatic メンバーCONFIG_READ_ERROR
3GPSMDK.properties読み込みエラーの場合
Public フィールドStatic メンバーCONFIG_VALUE_INVALID
CONFIGファイルで指定した値が正しくない場合
Public フィールドStatic メンバーDECRYPTION_ERROR
Body部の復号化に失敗した場合
Public フィールドStatic メンバーENCRYPTION_ERROR
Body部の暗号化に失敗した場合
Public フィールドStatic メンバーFILE_NO_EXIST
CONFIGファイルで指定したファイルが存在しない場合
Public フィールドStatic メンバーGW_CONNECT_ERROR
GWサーバへの接続エラーの場合
Public フィールドStatic メンバーINTERNAL_SERVER_ERROR
HTTPステータス:500 予期しないエラーの場合
Public フィールドStatic メンバーNO_CONFIG_FILE
CONFIGファイルが見つからなかった場合
Public フィールドStatic メンバーPROXY_CONNECT_ERROR
プロキシーサーバへの接続エラーの場合
Public フィールドStatic メンバーSERVER_TIME_OUT
サーバタイムアウトの場合
Public フィールドStatic メンバーSERVICE_UNAVAILABLE
HTTPステータス:503 サーバがリクエストを処理できない場合
Public フィールドStatic メンバーSOCKET_FACTORY_CREATION_ERROR
SSLソケット生成で失敗した場合
Public フィールドStatic メンバーSOCKET_IO_ERROR
ソケットの書き込みエラーの場合
Public フィールドStatic メンバーTYPEA_INTERNAL_ERROR
タイプAの判定できないエラーの場合
Public フィールドStatic メンバーTYPEB_INTERNAL_ERROR
タイプBの判定できないエラーの場合
Public フィールドStatic メンバーTYPEF_INTERNAL_ERROR
タイプFの判定できないエラーの場合

プロパティ

  名前説明
Public プロパティData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Exception から継承されます。)
Public プロパティHelpLink
Gets or sets a link to the help file associated with this exception.
(Exception から継承されます。)
Protected プロパティHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Exception から継承されます。)
Public プロパティInnerException
Gets the Exception instance that caused the current exception.
(Exception から継承されます。)
Public プロパティMessage
Gets a message that describes the current exception.
(Exception から継承されます。)
Public プロパティSource
Gets or sets the name of the application or the object that causes the error.
(Exception から継承されます。)
Public プロパティStackTrace
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
(Exception から継承されます。)
Public プロパティTargetSite
Gets the method that throws the current exception.
(Exception から継承されます。)

参照