public class ExecutorException extends RuntimeException
| 限定符 | 构造器和说明 |
|---|---|
|
ExecutorException() |
|
ExecutorException(String message) |
|
ExecutorException(String message,
Throwable cause) |
protected |
ExecutorException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
ExecutorException(Throwable cause) |
Copyright © 2024. All rights reserved.