MissingWebServerFactoryBeanException

Exception thrown when there is no WebServerFactory bean of the required type defined in a WebServerApplicationContext.

Author

Guirong Hu

Andy Wilkinson

Since

2.7.0

Constructors

Link copied to clipboard
constructor(webServerApplicationContextClass: Class<out WebServerApplicationContext>, webServerFactoryClass: Class<out WebServerFactory>, webApplicationType: WebApplicationType)
Create a new MissingWebServerFactoryBeanException.

Properties

Link copied to clipboard
Link copied to clipboard
open val cause: Throwable
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
open fun contains(exType: Class<out Any>): Boolean
Link copied to clipboard
Link copied to clipboard
open fun getBeanType(): Class<out Any>
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String