public class ExecuteException extends Exception
| 限定符 | 构造器和说明 |
|---|---|
|
ExecuteException() |
|
ExecuteException(String message) |
|
ExecuteException(String message,
Throwable cause) |
protected |
ExecuteException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
ExecuteException(Throwable cause) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.