Class BeanProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspectran.core.component.bean.BeanException
com.aspectran.core.component.bean.proxy.BeanProxyException
- All Implemented Interfaces:
Serializable
Exception thrown when instantiation of a proxy bean failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBeanProxyException
(BeanRule beanRule, Throwable cause) Create a new BeanProxyException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BeanProxyException
Create a new BeanProxyException.- Parameters:
beanRule
- the bean rulecause
- the root cause
-
-
Method Details
-
getBeanRule
Return the offending bean rule.- Returns:
- the bean rule
-