Searched defs:ioException (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java69 private IOException ioException; field in class:MakeLDIFInputStream
98 ioException = null;
111 ioException = ioe;
126 ioException = null;
147 else if (ioException != null)
149 throw ioException;
188 else if (ioException != null)
190 throw ioException;
245 * @param ioException The I/O exception that should be thrown.
247 void setIOException(IOException ioException) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java68 private IOException ioException; field in class:MakeLDIFInputStream
97 ioException = null;
110 ioException = ioe;
125 ioException = null;
146 else if (ioException != null)
148 throw ioException;
187 else if (ioException != null)
189 throw ioException;
244 * @param ioException The I/O exception that should be thrown.
246 void setIOException(IOException ioException) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java69 private IOException ioException; field in class:MakeLDIFInputStream
98 ioException = null;
111 ioException = ioe;
126 ioException = null;
147 else if (ioException != null)
149 throw ioException;
188 else if (ioException != null)
190 throw ioException;
245 * @param ioException The I/O exception that should be thrown.
247 void setIOException(IOException ioException) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java69 private IOException ioException; field in class:MakeLDIFInputStream
98 ioException = null;
111 ioException = ioe;
126 ioException = null;
147 else if (ioException != null)
149 throw ioException;
188 else if (ioException != null)
190 throw ioException;
245 * @param ioException The I/O exception that should be thrown.
247 void setIOException(IOException ioException) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java68 private IOException ioException; field in class:MakeLDIFInputStream
97 ioException = null;
110 ioException = ioe;
125 ioException = null;
146 else if (ioException != null)
148 throw ioException;
187 else if (ioException != null)
189 throw ioException;
244 * @param ioException The I/O exception that should be thrown.
246 void setIOException(IOException ioException) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java73 private IOException ioException; field in class:MakeLDIFInputStream
102 ioException = null;
115 ioException = ioe;
130 ioException = null;
151 else if (ioException != null)
153 throw ioException;
190 else if (ioException != null)
192 throw ioException;
241 * @param ioException The I/O exception that should be thrown.
243 void setIOException(IOException ioException) argument
[all...]

Completed in 72 milliseconds