Class AbortedException

java.lang.Object
All Implemented Interfaces:
Serializable

public class AbortedException extends ExecutionException implements Serializable
Exception indicating that the result of a task cannot be retrieved because the task failed to run for some reason other than being cancelled.

Use the Throwable.getCause() method to determine why the task was aborted.

Since:
1.0
See Also: