Implement socket API

This commit is contained in:
Ilya Mizus
2013-11-05 00:07:43 +03:00
committed by Joshua Warner
parent 2800ffe826
commit 45ee25f68c
10 changed files with 623 additions and 56 deletions

View File

@ -123,4 +123,7 @@ public class Throwable implements Serializable {
trace = trace(0);
return this;
}
public void addSuppressed(Throwable exception) {
}
}