package org.briarproject.api; import java.io.IOException; /** An exception that indicates an unrecoverable formatting error. */ public class FormatException extends IOException { private static final long serialVersionUID = 2274966775687766337L; }