File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-test/src/main/java/org/springframework/test/context Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ public class ContextLoadException extends Exception {
38
38
39
39
/**
40
40
* Create a new {@code ContextLoadException} for the supplied
41
- * {@link ApplicationContext} and {@link Exception }.
41
+ * {@link ApplicationContext} and {@link Throwable }.
42
42
* @param applicationContext the application context that failed to load
43
43
* @param cause the exception caught while attempting to load that context
44
44
*/
45
- public ContextLoadException (ApplicationContext applicationContext , Exception cause ) {
45
+ public ContextLoadException (ApplicationContext applicationContext , Throwable cause ) {
46
46
super (cause );
47
47
this .applicationContext = applicationContext ;
48
48
}
You can’t perform that action at this time.
0 commit comments