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