Generated by
JDiff

Class com.google.common.util.concurrent.UncheckedExecutionException

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