Class BeanPostProcessorConstructionLimitationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.core.exception.BeanPostProcessorConstructionLimitationException
All Implemented Interfaces:
Serializable

public class BeanPostProcessorConstructionLimitationException extends RuntimeException
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 Details

    • BeanPostProcessorConstructionLimitationException

      public BeanPostProcessorConstructionLimitationException(String message)
      Constructs a new BeanPostProcessorConstructionLimitationException with the specified detail message.
      Parameters:
      message - The detail message describing the limitation or issue encountered