Class BeanProxyException

All Implemented Interfaces:
Serializable

public class BeanProxyException extends BeanException
Exception thrown when instantiation of a proxy bean failed.
See Also:
  • Constructor Details

    • BeanProxyException

      public BeanProxyException(BeanRule beanRule, Throwable cause)
      Create a new BeanProxyException.
      Parameters:
      beanRule - the bean rule
      cause - the root cause
  • Method Details

    • getBeanRule

      public BeanRule getBeanRule()
      Return the offending bean rule.
      Returns:
      the bean rule