public abstract class BeansException extends NestedRuntimeException
Note that this is a runtime (unchecked) exception. Beans exceptions are usually fatal; there is no reason for them to be checked.
| Constructor and Description | 
|---|
BeansException(String msg)
Create a new BeansException with the specified message. 
 | 
BeansException(String msg,
              Throwable cause)
Create a new BeansException with the specified message
 and root cause. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)  | 
int | 
hashCode()  | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BeansException(String msg)
msg - the detail message