Utils: Removed ErrnoException and implemented generic Exception base-class
[senf.git] / Socket / CommunicationPolicy.cc
index 9851130..aff4c66 100644 (file)
@@ -58,7 +58,7 @@ prefix_ int senf::ConnectedCommunicationPolicy::do_accept(FileHandle handle,
             case EINTR:
                 break;
             default:
-                throwErrno();
+                throw SystemException();
             }
     } while (rv<0);
     return rv;