Class UnsupportedBeanScopeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspectran.core.component.bean.BeanException
com.aspectran.core.component.bean.UnsupportedBeanScopeException
- All Implemented Interfaces:
Serializable
The Class UnsupportedBeanScopeException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedBeanScopeException
(ScopeType scopeType, BeanRule beanRule) Create a new UnsupportedBeanScopeException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedBeanScopeException
Create a new UnsupportedBeanScopeException.- Parameters:
scopeType
- the scope typebeanRule
- the bean rule
-