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