Home
last modified time | relevance | path

Searched defs:UncheckedExecutionException (Results 1 – 3 of 3) sorted by relevance

/external/guava/android/guava/src/com/google/common/util/concurrent/
DUncheckedExecutionException.java37 public class UncheckedExecutionException extends RuntimeException { class
45 protected UncheckedExecutionException() {} in UncheckedExecutionException() method in UncheckedExecutionException
48 protected UncheckedExecutionException(@CheckForNull String message) { in UncheckedExecutionException() method in UncheckedExecutionException
53 public UncheckedExecutionException(@CheckForNull String message, @CheckForNull Throwable cause) { in UncheckedExecutionException() method in UncheckedExecutionException
58 public UncheckedExecutionException(@CheckForNull Throwable cause) { in UncheckedExecutionException() method in UncheckedExecutionException
/external/guava/guava/src/com/google/common/util/concurrent/
DUncheckedExecutionException.java37 public class UncheckedExecutionException extends RuntimeException { class
45 protected UncheckedExecutionException() {} in UncheckedExecutionException() method in UncheckedExecutionException
48 protected UncheckedExecutionException(@CheckForNull String message) { in UncheckedExecutionException() method in UncheckedExecutionException
53 public UncheckedExecutionException(@CheckForNull String message, @CheckForNull Throwable cause) { in UncheckedExecutionException() method in UncheckedExecutionException
58 public UncheckedExecutionException(@CheckForNull Throwable cause) { in UncheckedExecutionException() method in UncheckedExecutionException
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/
DUncheckedExecutionException.java28 public class UncheckedExecutionException extends UncheckedException { class
38 public UncheckedExecutionException(final Throwable cause) { in UncheckedExecutionException() method in UncheckedExecutionException