jp.co.ogis_ri.citk.common.exception
クラス EndPointMappingException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 jp.co.ogis_ri.citk.common.exception.CitkApplicationException
                  上位を拡張 jp.co.ogis_ri.citk.common.exception.EndPointMappingException
すべての実装されたインタフェース:
Serializable

public class EndPointMappingException
extends CitkApplicationException

EndPointMappingExceptionクラス。

作成者:
ISP Shiraishi
関連項目:
直列化された形式

コンストラクタの概要
EndPointMappingException(String errorCode, String key, String decision, String nameID, Object... args)
          コンストラクタ。
EndPointMappingException(Throwable cause, String errorCode, String key, String decision, String nameID, Object... args)
          コンストラクタ。
 
メソッドの概要
 String getMessage()
           
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

EndPointMappingException

public EndPointMappingException(Throwable cause,
                                String errorCode,
                                String key,
                                String decision,
                                String nameID,
                                Object... args)
コンストラクタ。

パラメータ:
cause - 原因例外。
errorCode - エラーコード。
key - ターゲットキー。
decision - 認可結果。
nameID - Name ID。
args - 引数。

EndPointMappingException

public EndPointMappingException(String errorCode,
                                String key,
                                String decision,
                                String nameID,
                                Object... args)
コンストラクタ。

パラメータ:
errorCode - エラーコード。
key - ターゲットキー。
decision - 認可結果。
nameID - Name ID。
args - 引数。
メソッドの詳細

getMessage

public String getMessage()
オーバーライド:
クラス CitkApplicationException 内の getMessage


Copyright © 2011-2012 OGIS-RI Co.,Ltd.. All Rights Reserved.