Generated by
JDiff

Class com.google.common.util.concurrent.ExecutionError

Changed Constructors
ExecutionError(String) Now deprecated.
Prefer {@linkplain ExecutionError(String, Error)} a constructor that accepts a cause: Users of this class typically expect for instances to have a non-null cause.
ExecutionError(void) Now deprecated.
Prefer {@linkplain ExecutionError(Error)} a constructor that accepts a cause: Users of this class typically expect for instances to have a non-null cause.