public class DependencyException extends RuntimeException
| 构造器和说明 |
|---|
DependencyException(String message) |
DependencyException(String messageTemplate,
Object... params) |
DependencyException(String message,
Throwable throwable) |
DependencyException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
DependencyException(Throwable e) |
DependencyException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2022. All rights reserved.