java.io.Serializablepublic class BeanDestroyFailedException extends BeanRuleException
| Constructor | Description |
|---|---|
BeanDestroyFailedException(BeanRule beanRule) |
Create a new BeanDestroyFailedException.
|
BeanDestroyFailedException(BeanRule beanRule,
java.lang.Throwable cause) |
Create a new BeanDestroyFailedException.
|
BeanDestroyFailedException(java.lang.String msg,
BeanRule beanRule) |
Create a new BeanDestroyFailedException.
|
BeanDestroyFailedException(java.lang.String msg,
BeanRule beanRule,
java.lang.Throwable cause) |
Create a new BeanDestroyFailedException.
|
getBeanRulepublic BeanDestroyFailedException(BeanRule beanRule)
beanRule - the bean rulepublic BeanDestroyFailedException(java.lang.String msg,
BeanRule beanRule)
msg - the detail messagebeanRule - the bean rulepublic BeanDestroyFailedException(BeanRule beanRule, java.lang.Throwable cause)
beanRule - the bean rulecause - the root causepublic BeanDestroyFailedException(java.lang.String msg,
BeanRule beanRule,
java.lang.Throwable cause)
msg - the detail messagebeanRule - the bean rulecause - the root causeCopyright © 2008–2018 The Aspectran Project. All rights reserved.