mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
IOException(Throwable) constructor isn't available in Java 5.
This commit is contained in:
@@ -126,7 +126,7 @@ implements ConnectionWriter {
|
||||
try {
|
||||
wait();
|
||||
} catch(InterruptedException e) {
|
||||
throw new IOException(e);
|
||||
throw new IOException(e.getMessage());
|
||||
}
|
||||
if(exception != null) throw exception;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user