Lines Matching refs:ioException
146 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in read() local
149 any <<= ioException; in read()
153 throw ioException; in read()
162 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in read() local
165 any <<= ioException; in read()
169 throw ioException; in read()
184 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in write() local
187 any <<= ioException; in write()
191 throw ioException; in write()
198 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in write() local
201 any <<= ioException; in write()
205 throw ioException; in write()