public class ExecuteException extends Exception
| Modifier | Constructor and Description |
|---|---|
|
ExecuteException() |
|
ExecuteException(String message) |
|
ExecuteException(String message,
Throwable cause) |
protected |
ExecuteException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
ExecuteException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2022 The Apache Software Foundation. All rights reserved.