Searched refs:JebException (Results 1 - 25 of 50) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DJebException.java38 public class JebException class in inherits:IdentifiedException
55 public JebException() method in class:JebException
67 public JebException(Message message) method in class:JebException
81 public JebException(Message message, Throwable cause) method in class:JebException
H A DEnvManager.java75 * @throws JebException If an error occurs in the JE backend.
78 throws JebException
87 throw new JebException(message);
104 throw new JebException(message, e);
114 * @throws JebException If an error occurs in the JE backend or if the
118 throws JebException
124 throw new JebException(message);
129 throw new JebException(message);
147 throw new JebException(message, e);
H A DVerifyJob.java182 * @throws JebException If an error occurs in the JE backend.
186 DatabaseException, JebException, DirectoryException
239 throw new JebException(msg);
252 throw new JebException(msg);
260 throw new JebException(msg);
269 throw new JebException(msg);
281 throw new JebException(msg);
288 throw new JebException(msg);
527 * @throws JebException If an error occurs in the JE backend.
532 throws JebException, DatabaseExceptio
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DJebException.java39 public class JebException class in inherits:IdentifiedException
56 public JebException() method in class:JebException
68 public JebException(Message message) method in class:JebException
82 public JebException(Message message, Throwable cause) method in class:JebException
H A DEnvManager.java76 * @throws JebException If an error occurs in the JE backend.
79 throws JebException
88 throw new JebException(message);
105 throw new JebException(message, e);
115 * @throws JebException If an error occurs in the JE backend or if the
119 throws JebException
125 throw new JebException(message);
130 throw new JebException(message);
148 throw new JebException(message, e);
H A DVerifyJob.java183 * @throws JebException If an error occurs in the JE backend.
187 DatabaseException, JebException, DirectoryException
240 throw new JebException(msg);
253 throw new JebException(msg);
261 throw new JebException(msg);
270 throw new JebException(msg);
282 throw new JebException(msg);
289 throw new JebException(msg);
528 * @throws JebException If an error occurs in the JE backend.
533 throws JebException, DatabaseExceptio
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DJebException.java39 public class JebException class in inherits:IdentifiedException
56 public JebException() method in class:JebException
68 public JebException(Message message) method in class:JebException
82 public JebException(Message message, Throwable cause) method in class:JebException
H A DEnvManager.java76 * @throws JebException If an error occurs in the JE backend.
79 throws JebException
88 throw new JebException(message);
105 throw new JebException(message, e);
115 * @throws JebException If an error occurs in the JE backend or if the
119 throws JebException
125 throw new JebException(message);
130 throw new JebException(message);
148 throw new JebException(message, e);
H A DVerifyJob.java183 * @throws JebException If an error occurs in the JE backend.
187 DatabaseException, JebException, DirectoryException
240 throw new JebException(msg);
253 throw new JebException(msg);
261 throw new JebException(msg);
270 throw new JebException(msg);
282 throw new JebException(msg);
289 throw new JebException(msg);
528 * @throws JebException If an error occurs in the JE backend.
533 throws JebException, DatabaseExceptio
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DJebException.java38 public class JebException class in inherits:IdentifiedException
55 public JebException() method in class:JebException
67 public JebException(Message message) method in class:JebException
81 public JebException(Message message, Throwable cause) method in class:JebException
H A DEnvManager.java75 * @throws JebException If an error occurs in the JE backend.
78 throws JebException
87 throw new JebException(message);
104 throw new JebException(message, e);
114 * @throws JebException If an error occurs in the JE backend or if the
118 throws JebException
124 throw new JebException(message);
129 throw new JebException(message);
147 throw new JebException(message, e);
H A DVerifyJob.java182 * @throws JebException If an error occurs in the JE backend.
186 DatabaseException, JebException, DirectoryException
239 throw new JebException(msg);
252 throw new JebException(msg);
260 throw new JebException(msg);
269 throw new JebException(msg);
281 throw new JebException(msg);
288 throw new JebException(msg);
527 * @throws JebException If an error occurs in the JE backend.
532 throws JebException, DatabaseExceptio
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DJebException.java39 public class JebException class in inherits:IdentifiedException
56 public JebException() method in class:JebException
68 public JebException(Message message) method in class:JebException
82 public JebException(Message message, Throwable cause) method in class:JebException
H A DEnvManager.java76 * @throws JebException If an error occurs in the JE backend.
79 throws JebException
88 throw new JebException(message);
105 throw new JebException(message, e);
115 * @throws JebException If an error occurs in the JE backend or if the
119 throws JebException
125 throw new JebException(message);
130 throw new JebException(message);
148 throw new JebException(message, e);
H A DVerifyJob.java183 * @throws JebException If an error occurs in the JE backend.
187 DatabaseException, JebException, DirectoryException
240 throw new JebException(msg);
253 throw new JebException(msg);
261 throw new JebException(msg);
270 throw new JebException(msg);
282 throw new JebException(msg);
289 throw new JebException(msg);
528 * @throws JebException If an error occurs in the JE backend.
533 throws JebException, DatabaseExceptio
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestEnvManager.java101 @Test(expectedExceptions = JebException.class)
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestEnvManager.java100 @Test(expectedExceptions = JebException.class)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestEnvManager.java101 @Test(expectedExceptions = JebException.class)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestEnvManager.java100 @Test(expectedExceptions = JebException.class)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestEnvManager.java101 @Test(expectedExceptions = JebException.class)
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java245 * @throws JebException
252 JebException, ConfigException
827 * @throws JebException
835 throws ConfigException, InitializationException, JebException,
887 * @throws JebException
895 throws ConfigException, InitializationException, JebException,
1023 private void switchContainers() throws DatabaseException, JebException,
1049 private void setIndexesTrusted(boolean trusted) throws JebException
1062 throw new JebException(message);
1512 DirectoryException, JebException, InterruptedExceptio
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java227 * @throws JebException
234 JebException, ConfigException
811 * @throws JebException
819 throws ConfigException, InitializationException, JebException,
871 * @throws JebException
879 throws ConfigException, InitializationException, JebException,
991 private void switchContainers() throws DatabaseException, JebException,
1017 private void setIndexesTrusted(boolean trusted) throws JebException
1030 throw new JebException(message);
1480 DirectoryException, JebException, InterruptedExceptio
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java227 * @throws JebException
234 JebException, ConfigException
811 * @throws JebException
819 throws ConfigException, InitializationException, JebException,
871 * @throws JebException
879 throws ConfigException, InitializationException, JebException,
991 private void switchContainers() throws DatabaseException, JebException,
1017 private void setIndexesTrusted(boolean trusted) throws JebException
1030 throw new JebException(message);
1480 DirectoryException, JebException, InterruptedExceptio
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java245 * @throws JebException
252 JebException, ConfigException
827 * @throws JebException
835 throws ConfigException, InitializationException, JebException,
887 * @throws JebException
895 throws ConfigException, InitializationException, JebException,
1023 private void switchContainers() throws DatabaseException, JebException,
1049 private void setIndexesTrusted(boolean trusted) throws JebException
1062 throw new JebException(message);
1512 DirectoryException, JebException, InterruptedExceptio
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java227 * @throws JebException
234 JebException, ConfigException
811 * @throws JebException
819 throws ConfigException, InitializationException, JebException,
871 * @throws JebException
879 throws ConfigException, InitializationException, JebException,
991 private void switchContainers() throws DatabaseException, JebException,
1017 private void setIndexesTrusted(boolean trusted) throws JebException
1030 throw new JebException(message);
1480 DirectoryException, JebException, InterruptedExceptio
[all...]

Completed in 184 milliseconds

12