def __init__(self, value):
     socket.error.__init__(self, errno.EIO, value)
     RiakError.__init__(self, value)