java.io.SerializableBeanClassScanFailedException, BeanInstantiationException, BeanNotFoundException, BeanRuleException, NoUniqueBeanException, ProxyBeanInstantiationException, RequiredTypeBeanNotFoundExceptionpublic class BeanException extends AspectranRuntimeException
Created: 2008. 01. 07 AM 3:35:55
| Constructor | Description |
|---|---|
BeanException() |
Creates a new BeanException without detail message.
|
BeanException(java.lang.String msg) |
Constructs a BeanException with the specified detail message.
|
BeanException(java.lang.String msg,
java.lang.Throwable cause) |
Constructs a BeanException with the specified error message and also the specified root cause exception.
|
BeanException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
public BeanException()
public BeanException(java.lang.String msg)
msg - the detail messagepublic BeanException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic BeanException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.