Class BeanPostProcessorConstructionLimitationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.core.exception.BeanPostProcessorConstructionLimitationException
- All Implemented Interfaces:
Serializable
Exception thrown to indicate limitations or issues during the construction of a BeanPostProcessor
within a Bring Dependency Injection framework.
- Since:
- 1.0
- Author:
- Blyzhnytsia Team
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new BeanPostProcessorConstructionLimitationException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BeanPostProcessorConstructionLimitationException
Constructs a new BeanPostProcessorConstructionLimitationException with the specified detail message.- Parameters:
message
- The detail message describing the limitation or issue encountered
-