Searched refs:LogCorruptionException (Results 1 – 1 of 1) sorted by relevance
61 private static class LogCorruptionException extends Exception { class in PersistentLogFileHandler63 public LogCorruptionException(String message) { in LogCorruptionException() method in PersistentLogFileHandler.LogCorruptionException176 } catch (LogCorruptionException e) { in getLogs()224 private byte[] readLog(DataInputStream inputStream) throws IOException, LogCorruptionException { in readLog()232 throw new LogCorruptionException("entry prefix mismatch"); in readLog()236 throw new LogCorruptionException("data length over max size"); in readLog()244 throw new LogCorruptionException("entry postfix mismatch"); in readLog()