Lines Matching refs:NetBIOSError
152 class NetBIOSError(Exception): pass class
180 raise NetBIOSError( 'Wrong packet format ' )
227 raise NetBIOSError( 'Wrong packet format ' )
315 raise NetBIOSError( 'Wrong packet format ' )
457 raise NetBIOSError, ( 'Cannot bind to a good UDP port', ERRCLASS_OS, errno.EAGAIN )
534 … raise NetBIOSError, ( 'Negative name query response', ERRCLASS_QUERY, res.get_rcode() )
537 raise NetBIOSError( 'Malformed response')
542 … raise NetBIOSError, ( 'Error occurs while waiting for response', ERRCLASS_OS, ex[0] )
574 raise NetBIOSError, "recvfrom error: %s" % str(e)
581 raise NetBIOSError, "Cannot get data from server"
583 … raise NetBIOSError, ( 'Negative name query response', ERRCLASS_QUERY, res.get_rcode() )
589 … raise NetBIOSError, ( 'Error occurs while waiting for response', ERRCLASS_OS, ex[0] )
591 raise NetBIOSError, 'Connection error: %s' % str(ex)
658 raise NetBIOSError( 'Wrong packet format ' )
869 … raise NetBIOSError, ( 'Cannot request session', ERRCLASS_SESSION, ord(p.get_trailer()[0]) )
899 raise NetBIOSError, ( 'Error while reading from remote', ERRCLASS_OS, None)
905 … raise NetBIOSError, ( 'Error occurs while reading from remote', ERRCLASS_OS, ex[0] )
922 raise NetBIOSError, ( 'Error while reading from remote', ERRCLASS_OS, None)
928 … raise NetBIOSError, ( 'Error occurs while reading from remote', ERRCLASS_OS, ex[0] )