Home
last modified time | relevance | path

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

/trunk/main/io/source/connector/
H A Dctr_socket.cxx146 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()
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()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/
H A DSocketConnection.java159 catch(IOException ioException) { in read()
161 … System.err.println("##### " + getClass().getName() + ".read - exception occurred:" + ioException); in read()
162 ioException.printStackTrace(); in read()
165 errMessage = ioException.toString(); in read()
190 catch(IOException ioException) { in write()
191 …com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(ioException.toString(… in write()
209 catch(IOException ioException) { in flush()
210 …com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(ioException.toString(… in flush()
226 catch(IOException ioException) { in close()
227 …com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(ioException.toString(… in close()
/trunk/main/io/source/acceptor/
H A Dacc_socket.cxx222 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in read() local
225 any <<= ioException; in read()
229 throw ioException; in read()
238 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in read() local
241 any <<= ioException; in read()
245 throw ioException; in read()
263 any <<= ioException; in write()
267 throw ioException; in write()
274 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in write() local
277 any <<= ioException; in write()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DXConnectionOutputStream_Adapter.java51 catch(com.sun.star.io.IOException ioException) { in write()
52 throw new IOException(ioException.toString()); in write()
73 catch(com.sun.star.io.IOException ioException) { in write()
74 throw new IOException(ioException.toString()); in write()
82 catch(com.sun.star.io.IOException ioException) { in flush()
83 throw new IOException(ioException.toString()); in flush()
H A DXConnectionInputStream_Adapter.java54 catch(com.sun.star.io.IOException ioException) { in read()
55 throw new IOException(ioException.toString()); in read()
69 catch(com.sun.star.io.IOException ioException) { in read()
70 throw new IOException(ioException.toString()); in read()
/trunk/main/jurt/test/com/sun/star/comp/connections/
H A DPipedConnection_Test.java88 catch(com.sun.star.io.IOException ioException) { in run()
89 System.err.println("#### Reader - unexpected:" + ioException); in run()
125 catch(com.sun.star.io.IOException ioException) { in run()
126 System.err.println("#### Writer:" + ioException); in run()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java1021 } catch (IOException ioException) { in getSequence()
1022 throw new SQLException(ioException.getMessage()); in getSequence()

Completed in 34 milliseconds