Home
last modified time | relevance | path

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

/aoo41x/main/jurt/com/sun/star/lib/connections/socket/
H A DSocketConnection.java142 String errMessage = null; in read() local
153 errMessage = "EOF reached - " + getDescription(); in read()
165 errMessage = ioException.toString(); in read()
168 if(errMessage != null) { in read()
169 com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(errMessage); in read()

Completed in 14 milliseconds