Distinguish between recoverable and unrecoverable errors.

This commit is contained in:
akwizgran
2012-01-19 19:27:04 +00:00
parent 7eaa1f176f
commit 1f39bfef78
11 changed files with 73 additions and 34 deletions

View File

@@ -2,8 +2,8 @@ package net.sf.briar.api;
import java.io.IOException;
/** An exception that indicates an unrecoverable formatting error. */
public class FormatException extends IOException {
private static final long serialVersionUID = 2274966775687766337L;
}