public class TaskTimeoutException extends TimeoutException
TimeoutException class that contains a partial result of the task| Modifier and Type | Field and Description |
|---|---|
Object |
partial
Partial result of the task
|
| Constructor and Description |
|---|
TaskTimeoutException(Exception cause,
Object partial)
Creates an exception with the given reason and partial result
|
TaskTimeoutException(String message,
Object partial)
Creates an exception with the given message and partial result
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final Object partial