Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DExecutionError.java36 public class ExecutionError extends Error { class
40 protected ExecutionError() {} in ExecutionError() method in ExecutionError
45 protected ExecutionError(@Nullable String message) { in ExecutionError() method in ExecutionError
52 public ExecutionError(@Nullable String message, @Nullable Error cause) { in ExecutionError() method in ExecutionError
59 public ExecutionError(@Nullable Error cause) { in ExecutionError() method in ExecutionError