repo1.maven.org$maven2@org.springframework$spring-beans@2.5.6.SEC03
repo1.maven.org$maven2@org.springframework$spring-beans@2.5.6.SEC03@org$springframework$beans$BeansException.java
file
oh
o
[]
package org.springframework.beans;
Abstract superclass for all exceptions thrown in the beans package
and subpackages.
Note that this is a runtime (unchecked) exception. Beans exceptions
are usually fatal; there is no reason for them to be checked.
- Author(s):
- Rod Johnson
- Juergen Hoeller
Create a new BeansException with the specified message.
- Parameters:
msg the detail message
Create a new BeansException with the specified message
and root cause.
- Parameters:
msg the detail messagecause the root cause