程序包 cn.taketoday.web

类 InfraConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.web.InfraConfigurationException
所有已实现的接口:
HttpStatusCodeProvider, ErrorResponse, Serializable
直接已知子类:
HandlerAdapterNotFoundException, HandlerNotFoundException, ParameterResolverNotFoundException, ReturnValueHandlerNotFoundException

public class InfraConfigurationException extends cn.taketoday.core.NestedRuntimeException implements ErrorResponse
For Framework Configuration errors
从以下版本开始:
3.0
作者:
TODAY 2021/4/26 22:20
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
  • 构造器详细资料

    • InfraConfigurationException

      public InfraConfigurationException()
    • InfraConfigurationException

      public InfraConfigurationException(String message)
    • InfraConfigurationException

      public InfraConfigurationException(Throwable cause)
    • InfraConfigurationException

      public InfraConfigurationException(String message, Throwable cause)
  • 方法详细资料