java.io.Serializablepublic class ProxyBeanInstantiationException extends BeanException
| Constructor | Description |
|---|---|
ProxyBeanInstantiationException(java.lang.Class<?> beanClass,
java.lang.String msg) |
Create a new ProxyBeanInstantiationException.
|
ProxyBeanInstantiationException(java.lang.Class<?> beanClass,
java.lang.String msg,
java.lang.Throwable cause) |
Create a new ProxyBeanInstantiationException.
|
ProxyBeanInstantiationException(java.lang.Class<?> beanClass,
java.lang.Throwable cause) |
Create a new ProxyBeanInstantiationException.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Class<?> |
getBeanClass() |
Return the offending bean class.
|
public ProxyBeanInstantiationException(java.lang.Class<?> beanClass,
java.lang.Throwable cause)
beanClass - the offending bean classcause - the root causepublic ProxyBeanInstantiationException(java.lang.Class<?> beanClass,
java.lang.String msg)
beanClass - the offending bean classmsg - the detail messagepublic ProxyBeanInstantiationException(java.lang.Class<?> beanClass,
java.lang.String msg,
java.lang.Throwable cause)
beanClass - the offending bean classmsg - the detail messagecause - the root causeCopyright © 2008–2018 The Aspectran Project. All rights reserved.