Searched refs:DowngradeFailException (Results 1 – 1 of 1) sorted by relevance
156 @Test(expected = DowngradeFailException.class)205 throw new DowngradeFailException(e); in onDowngrade()210 private static class DowngradeFailException extends RuntimeException { class in DbDowngradeHelperTest211 public DowngradeFailException(Exception e) { in DowngradeFailException() method in DbDowngradeHelperTest.DowngradeFailException