Package nablarch.core.repository.di
Class ContainerProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.core.repository.di.ContainerProcessException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationLoadException
DIコンテナ内の処理に失敗した際に発生する例外。
- See Also:
-
Constructor Summary
ConstructorDescriptionContainerProcessException
(String message) コンストラクタ。ContainerProcessException
(String message, Throwable cause) コンストラクタ。 -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContainerProcessException
コンストラクタ。- Parameters:
message
- メッセージcause
- 原因例外
-
ContainerProcessException
コンストラクタ。- Parameters:
message
- メッセージ
-