Module java.base

Class ExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.ExecutionException
All Implemented Interfaces:
Serializable

public class ExecutionException extends Exception
Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception. This exception can be inspected using the Throwable.getCause() method.
Since:
1.5
See Also: