public abstract class BeanCreationException extends BeanContextException
Modifier | Constructor and Description |
---|---|
protected |
BeanCreationException(BeanResolutionContext resolutionContext,
String message) |
protected |
BeanCreationException(BeanResolutionContext resolutionContext,
String message,
Throwable cause) |
protected |
BeanCreationException(BeanType<T> beanDefinition,
String message) |
protected |
BeanCreationException(BeanType<T> beanDefinition,
String message,
Throwable cause) |
protected |
BeanCreationException(String message) |
protected |
BeanCreationException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Optional<BeanType> |
getRootBeanType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected BeanCreationException(String message, Throwable cause)
message
- The messagecause
- The throwableprotected BeanCreationException(String message)
message
- The messageprotected BeanCreationException(BeanResolutionContext resolutionContext, String message)
resolutionContext
- The resolution contextmessage
- The messageprotected BeanCreationException(BeanResolutionContext resolutionContext, String message, Throwable cause)
resolutionContext
- The resolution contextmessage
- The messagecause
- The throwableprotected BeanCreationException(BeanType<T> beanDefinition, String message, Throwable cause)
T
- The bean typebeanDefinition
- The bean definitionmessage
- The messagecause
- The throwable