Searched defs:UncheckedExecutionException (Results 1 – 3 of 3) sorted by relevance
37 public class UncheckedExecutionException extends RuntimeException { class45 protected UncheckedExecutionException() {} in UncheckedExecutionException() method in UncheckedExecutionException48 protected UncheckedExecutionException(@CheckForNull String message) { in UncheckedExecutionException() method in UncheckedExecutionException53 public UncheckedExecutionException(@CheckForNull String message, @CheckForNull Throwable cause) { in UncheckedExecutionException() method in UncheckedExecutionException58 public UncheckedExecutionException(@CheckForNull Throwable cause) { in UncheckedExecutionException() method in UncheckedExecutionException
28 public class UncheckedExecutionException extends UncheckedException { class38 public UncheckedExecutionException(final Throwable cause) { in UncheckedExecutionException() method in UncheckedExecutionException