public class TaskExecutionException extends Exception
| Constructor and Description |
|---|
TaskExecutionException(ExecutionException exc)
Simple constructor to handle
ExecutionExceptions. |
TaskExecutionException(InterruptedException exc)
Simple constructor to handle
InterruptedExceptions. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TaskExecutionException(ExecutionException exc)
ExecutionExceptions.exc - to be encapsulatedpublic TaskExecutionException(InterruptedException exc)
InterruptedExceptions.exc - to be encapsulatedCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.