Searched defs:LogException (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/
H A DLogException.java25 * $Id: LogException.java,v 1.2 2008/06/25 05:47:27 qcheng Exp $
39 public class LogException extends L10NMessageImpl { class in inherits:L10NMessageImpl
42 * Constructs a <code>LogException</code> with a detailed
47 public LogException(String message) { method in class:LogException
52 * Constructs a <code>LogException</code> with
57 public LogException(Throwable rootCause) { method in class:LogException
62 * Constructs a <code>LogException</code> with an exception.
66 public LogException(Exception ex) { method in class:LogException
71 * Constructs a new <code>LogException</code> without a nested
84 public LogException(Strin method in class:LogException
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/
H A DLogException.java25 * $Id: LogException.java,v 1.2 2008/06/25 05:47:27 qcheng Exp $
39 public class LogException extends L10NMessageImpl { class in inherits:L10NMessageImpl
42 * Constructs a <code>LogException</code> with a detailed
47 public LogException(String message) { method in class:LogException
52 * Constructs a <code>LogException</code> with
57 public LogException(Throwable rootCause) { method in class:LogException
62 * Constructs a <code>LogException</code> with an exception.
66 public LogException(Exception ex) { method in class:LogException
71 * Constructs a new <code>LogException</code> without a nested
84 public LogException(Strin method in class:LogException
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/log/
H A DLogException.java25 * $Id: LogException.java,v 1.3 2008/06/25 05:41:32 qcheng Exp $
37 * LogException class provides the method for detecting such errors.
41 public class LogException extends Exception { class in inherits:Exception
172 public LogException() { method in class:LogException
181 public LogException(String msg) { method in class:LogException
192 public LogException(String msg, int type) { method in class:LogException
/forgerock/openam/openam-core/src/main/java/com/iplanet/log/
H A DLogException.java25 * $Id: LogException.java,v 1.3 2008/06/25 05:41:32 qcheng Exp $
37 * LogException class provides the method for detecting such errors.
41 public class LogException extends Exception { class in inherits:Exception
172 public LogException() { method in class:LogException
181 public LogException(String msg) { method in class:LogException
192 public LogException(String msg, int type) { method in class:LogException

Completed in 33 milliseconds