HomeSort by relevance Sort by last modified time
    Searched refs:ClusterException (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-testlib/src/com/google/common/testing/
ClusterException.java 26 * An {@link ClusterException} is a data structure that allows for some code to
52 * throw ClusterException.create(exceptions);
62 final class ClusterException extends RuntimeException {
66 private ClusterException(Collection<? extends Throwable> exceptions) {
96 * <li>Otherwise, return an instance of {@link ClusterException} that wraps
120 return new ClusterException(exceptions);
TearDownStack.java 76 throw ClusterException.create(exceptions);
  /external/guava/guava-tests/test/com/google/common/testing/
TearDownStackTest.java 93 } catch (ClusterException expected) {
97 "A ClusterException should have been thrown, rather than a " + e.getClass().getName(), e);

Completed in 91 milliseconds