|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.cubby.internal.util.ServiceLoadingException
public class ServiceLoadingException
サービスのロードに失敗した場合にスローされる実行時例外です。
コンストラクタの概要 | |
---|---|
ServiceLoadingException()
新規例外を構築します。 |
|
ServiceLoadingException(String message)
指定された詳細メッセージを使用して新規例外を構築します。 |
|
ServiceLoadingException(String message,
Throwable cause)
指定された詳細メッセージおよび原因を使用して新規例外を構築します。 |
|
ServiceLoadingException(Throwable cause)
指定された原因を使用して新規例外を構築します。 |
メソッドの概要 |
---|
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public ServiceLoadingException()
public ServiceLoadingException(String message, Throwable cause)
message
- 詳細メッセージcause
- 原因public ServiceLoadingException(String message)
message
- 詳細メッセージpublic ServiceLoadingException(Throwable cause)
cause
- 原因
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |