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

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.FedletException
すべての実装されたインタフェース:
Serializable

public class FedletException
extends CitkApplicationException

FedletExceptionクラス。

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

コンストラクタの概要
FedletException(String errorCode, String requestURL, String payloard, Object... args)
           
FedletException(Throwable cause, String errorCode, String requestURL, String payloard, 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
 

コンストラクタの詳細

FedletException

public FedletException(Throwable cause,
                       String errorCode,
                       String requestURL,
                       String payloard,
                       Object... args)
コンストラクタ。

パラメータ:
cause - 原因例外。
errorCode - エラーコード。
requestURL - リクエスト先URL。
payloard - ペイロード。
args - 引数。

FedletException

public FedletException(String errorCode,
                       String requestURL,
                       String payloard,
                       Object... args)
パラメータ:
errorCode -
requestURL -
payloard -
args -
メソッドの詳細

getMessage

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


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