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

@Published(tag="architect") public class ContainerProcessException extends RuntimeException
DIコンテナ内の処理に失敗した際に発生する例外。
See Also:
  • Constructor Details

    • ContainerProcessException

      public ContainerProcessException(String message, Throwable cause)
      コンストラクタ。
      Parameters:
      message - メッセージ
      cause - 原因例外
    • ContainerProcessException

      public ContainerProcessException(String message)
      コンストラクタ。
      Parameters:
      message - メッセージ