Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DUncheckedExecutionException.java36 public class UncheckedExecutionException extends RuntimeException { class
38 protected UncheckedExecutionException() {} in UncheckedExecutionException() method in UncheckedExecutionException
41 protected UncheckedExecutionException(@Nullable String message) { in UncheckedExecutionException() method in UncheckedExecutionException
46 public UncheckedExecutionException(@Nullable String message, @Nullable Throwable cause) { in UncheckedExecutionException() method in UncheckedExecutionException
51 public UncheckedExecutionException(@Nullable Throwable cause) { in UncheckedExecutionException() method in UncheckedExecutionException
/external/guava/android/guava/src/com/google/common/util/concurrent/
DUncheckedExecutionException.java36 public class UncheckedExecutionException extends RuntimeException { class
38 protected UncheckedExecutionException() {} in UncheckedExecutionException() method in UncheckedExecutionException
41 protected UncheckedExecutionException(@NullableDecl String message) { in UncheckedExecutionException() method in UncheckedExecutionException
46 public UncheckedExecutionException(@NullableDecl String message, @NullableDecl Throwable cause) { in UncheckedExecutionException() method in UncheckedExecutionException
51 public UncheckedExecutionException(@NullableDecl Throwable cause) { in UncheckedExecutionException() method in UncheckedExecutionException