Package io.micronaut.context.exceptions
Class BeanContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.context.exceptions.BeanContextException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AnnotationMetadataException
,BeanCreationException
,BeanDestructionException
,NoSuchBeanException
,NoSuchMessageException
,RoutingException
An exception that occurs loading the context.
- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Constructor Summary
ConstructorDescriptionBeanContextException
(String message) BeanContextException
(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
-
BeanContextException
- Parameters:
message
- The messagecause
- The throwable
-
BeanContextException
- Parameters:
message
- The message
-