Catch Throwable

This commit is contained in:
Norman Maurer 2012-04-06 11:09:51 +02:00
parent 389845b4c9
commit c8679fe52c

View File

@ -56,7 +56,7 @@ public abstract class AbstractSocketServerBootstrapTest {
try {
s = SctpChannel.open();
bufSizeModifiable = s.supportedOptions().contains(SctpStandardSocketOptions.SO_RCVBUF);
} catch (Exception e) {
} catch (Throwable e) {
bufSizeModifiable = false;
System.err.println(
"SCTP SO_RCVBUF does not work: " + e);