jp.co.cybec.cb3.exception
クラス ServiceExecutionException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.springframework.core.NestedRuntimeException
                  上位を拡張 jp.co.cybec.cb3.exception.CB3RuntimeException
                      上位を拡張 jp.co.cybec.cb3.exception.ServiceRuntimeException
                          上位を拡張 jp.co.cybec.cb3.exception.ServiceExecutionException
すべての実装されたインタフェース:
Serializable

public class ServiceExecutionException
extends ServiceRuntimeException

サービスから発生する例外クラス。

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

コンストラクタの概要
ServiceExecutionException(Exception cause)
          コンストラクタ。
ServiceExecutionException(String msg)
          コンストラクタ。
ServiceExecutionException(String msg, Exception cause)
          コンストラクタ。
 
メソッドの概要
 
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMessage, getMostSpecificCause, getRootCause
 
クラス 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
 

コンストラクタの詳細

ServiceExecutionException

public ServiceExecutionException(Exception cause)
コンストラクタ。

パラメータ:
cause - 発生元の例外

ServiceExecutionException

public ServiceExecutionException(String msg)
コンストラクタ。

パラメータ:
msg - メッセージ

ServiceExecutionException

public ServiceExecutionException(String msg,
                                 Exception cause)
コンストラクタ。

パラメータ:
msg - メッセージ
cause - 発生元の例外


Copyright © 2008 Cyber Beans Corporation. All Rights Reserved.