jp.co.cybec.cb3.exception
クラス ServiceRuntimeException
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
- すべての実装されたインタフェース:
- Serializable
- 直系の既知のサブクラス:
- RuntimeArgumentsAnalyzeException, ServiceExecutionException, ServiceProviderCreationException
public class ServiceRuntimeException
- extends CB3RuntimeException
サービスから発生する例外クラス。
- 作成者:
- Naoko Sugimoto
- 関連項目:
- 直列化された形式
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド |
contains, getMessage, getMostSpecificCause, getRootCause |
ServiceRuntimeException
public ServiceRuntimeException(Exception cause)
- コンストラクタ。
- パラメータ:
cause
- 発生元の例外
ServiceRuntimeException
public ServiceRuntimeException(String msg)
- コンストラクタ。
- パラメータ:
msg
- メッセージ
ServiceRuntimeException
public ServiceRuntimeException(String msg,
Exception cause)
- コンストラクタ。
- パラメータ:
msg
- メッセージcause
- 発生元の例外
Copyright © 2008 Cyber Beans Corporation. All Rights Reserved.