mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Distinguish between recoverable and unrecoverable errors.
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user