Searched refs:NullLocationException (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/log/
H A DNullLocationException.java25 * $Id: NullLocationException.java,v 1.3 2008/06/25 05:41:32 qcheng Exp $
35 public class NullLocationException extends LogException { class in inherits:LogException
38 * Constructs a <code>NullLocationException</code> instance.
40 public NullLocationException() { method in class:NullLocationException
45 * Constructs a <code>NullLocationException</code> instance.
49 public NullLocationException(String msg) { method in class:NullLocationException
/forgerock/openam/openam-core/src/main/java/com/iplanet/log/
H A DNullLocationException.java25 * $Id: NullLocationException.java,v 1.3 2008/06/25 05:41:32 qcheng Exp $
35 public class NullLocationException extends LogException { class in inherits:LogException
38 * Constructs a <code>NullLocationException</code> instance.
40 public NullLocationException() { method in class:NullLocationException
45 * Constructs a <code>NullLocationException</code> instance.
49 public NullLocationException(String msg) { method in class:NullLocationException
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DDBHandler.java56 import com.iplanet.log.NullLocationException;
105 private void configure() throws NullLocationException, FormatterInitException {
173 throw new NullLocationException("Database URL location is null");
182 throw new NullLocationException("userName is null");
186 throw new NullLocationException("password not provided");
190 throw new NullLocationException("driver not provided");
320 } catch (NullLocationException nle) {
509 Debug.error(tableName + ":DBHandler:nonBlockingFlush:NullLocationException: table name is null");
H A DFileHandler.java52 import com.iplanet.log.NullLocationException;
230 throws NullLocationException, FormatterInitException {
277 throw new NullLocationException(
363 } catch (NullLocationException nle) {
H A DSecureFileHandler.java57 import com.iplanet.log.NullLocationException;
251 throws NullLocationException, FormatterInitException {
275 throw new NullLocationException("Location Not Specified");
299 throw new NullLocationException("Archvier class not specified");
338 } catch (NullLocationException nle) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DDBHandler.java58 import com.iplanet.log.NullLocationException;
107 private void configure() throws NullLocationException, FormatterInitException {
175 throw new NullLocationException("Database URL location is null");
184 throw new NullLocationException("userName is null");
188 throw new NullLocationException("password not provided");
192 throw new NullLocationException("driver not provided");
322 } catch (NullLocationException nle) {
511 Debug.error(tableName + ":DBHandler:nonBlockingFlush:NullLocationException: table name is null");
H A DFileHandler.java53 import com.iplanet.log.NullLocationException;
231 throws NullLocationException, FormatterInitException {
278 throw new NullLocationException(
364 } catch (NullLocationException nle) {
H A DSecureFileHandler.java56 import com.iplanet.log.NullLocationException;
250 throws NullLocationException, FormatterInitException {
274 throw new NullLocationException("Location Not Specified");
298 throw new NullLocationException("Archvier class not specified");
337 } catch (NullLocationException nle) {

Completed in 60 milliseconds