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