[EMAIL PROTECTED] wrote:
  +                int rc = Socket.bind(serverSock, inetAddress);
  +                if (rc != 0) {
  +                  throw(new Exception("Can't create Acceptor:bind failed"));
  +                }

You can use 'throw(new Exception(Error.strerror(rv)));' It will return apr_os_error.

Regards,
Mladen.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to