public class BeansException extends NestedRuntimeException
Title: BeansException.java
Description:
bboss workgroup
Copyright (c) 2008
| 构造器和说明 |
|---|
BeansException(java.lang.String msg)
Create a new BeansException with the specified message.
|
BeansException(java.lang.String msg,
java.lang.Throwable cause)
Create a new BeansException with the specified message
and root cause.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
contains, getMessage, getMostSpecificCause, getRootCausepublic BeansException(java.lang.String msg)
msg - the detail messagepublic BeansException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the root cause