Home
last modified time | relevance | path

Searched refs:unoIOException (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/jurt/com/sun/star/lib/connections/socket/
H A DSocketConnection.java169 com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(errMessage); in read() local
170 notifyListeners_error(unoIOException); in read()
172 throw unoIOException; in read()
191 …com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(ioException.toString(… in write()
192 notifyListeners_error(unoIOException); in write()
194 throw unoIOException; in write()
210 …com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(ioException.toString(… in flush()
211 notifyListeners_error(unoIOException); in flush()
213 throw unoIOException; in flush()
228 notifyListeners_error(unoIOException); in close()
[all …]

Completed in 34 milliseconds