Searched refs:DriverLoadException (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/log/
H A DDriverLoadException.java25 * $Id: DriverLoadException.java,v 1.3 2008/06/25 05:41:32 qcheng Exp $
35 public class DriverLoadException extends LogException { class in inherits:LogException
37 * Constructs a <code>DriverLoadException</code> instance.
39 public DriverLoadException() { method in class:DriverLoadException
44 * Constructs a <code>DriverLoadException</code> instance.
48 public DriverLoadException(String msg) { method in class:DriverLoadException
/forgerock/openam/openam-core/src/main/java/com/iplanet/log/
H A DDriverLoadException.java25 * $Id: DriverLoadException.java,v 1.3 2008/06/25 05:41:32 qcheng Exp $
35 public class DriverLoadException extends LogException { class in inherits:LogException
37 * Constructs a <code>DriverLoadException</code> instance.
39 public DriverLoadException() { method in class:DriverLoadException
44 * Constructs a <code>DriverLoadException</code> instance.
48 public DriverLoadException(String msg) { method in class:DriverLoadException
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DDBHandler.java55 import com.iplanet.log.DriverLoadException;
214 private void connectToDatabase(String userName, String password) throws ConnectionException, DriverLoadException {
237 throw new DriverLoadException(e.getMessage());
268 private void reconnectToDatabase() throws ConnectionException, DriverLoadException {
284 throw new DriverLoadException(e.getMessage());
342 } catch (DriverLoadException dle) {
877 } catch (DriverLoadException dle) {
959 } catch (DriverLoadException dle) {
1103 } catch (DriverLoadException dle) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DDBHandler.java57 import com.iplanet.log.DriverLoadException;
216 private void connectToDatabase(String userName, String password) throws ConnectionException, DriverLoadException {
239 throw new DriverLoadException(e.getMessage());
270 private void reconnectToDatabase() throws ConnectionException, DriverLoadException {
286 throw new DriverLoadException(e.getMessage());
344 } catch (DriverLoadException dle) {
879 } catch (DriverLoadException dle) {
961 } catch (DriverLoadException dle) {
1105 } catch (DriverLoadException dle) {

Completed in 63 milliseconds