Class ProxyBeanInstantiationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProxyBeanInstantiationException
    extends BeanException
    Exception thrown when instantiation of a proxy bean failed.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BeanRule getBeanRule()
      Return the offending bean rule.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProxyBeanInstantiationException

        public ProxyBeanInstantiationException​(BeanRule beanRule,
                                               java.lang.Throwable cause)
        Create a new ProxyBeanInstantiationException.
        Parameters:
        beanRule - the offending bean rule
        cause - the root cause
    • Method Detail

      • getBeanRule

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