public class ExecutionInterruptedException extends ExecutionException
Executables after they have stopped their execution
as a result of a call to their interrupt() method.| Constructor and Description |
|---|
ExecutionInterruptedException() |
ExecutionInterruptedException(String message) |
ExecutionInterruptedException(String message,
Throwable cause) |
ExecutionInterruptedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2024 GATE. All rights reserved.