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