Searched refs:LogException (Results 1 - 25 of 32) sorted by relevance

12

/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...]
H A DLogger.java48 * @exception LogException if there is an error
51 public void init(String componentName) throws LogException;
71 * @exception LogException if there is an error.
77 Object session) throws LogException;
87 * @exception LogException if there is an error.
94 Map props) throws LogException;
115 * @exception LogException if there is an error.
118 Object session) throws LogException;
127 * @exception LogException if there is an error.
134 Map props) throws LogException;
[all...]
H A DLogManager.java52 * @exception LogException if there is an error.
55 throws LogException {
69 throw new LogException(e);
/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...]
H A DLogger.java48 * @exception LogException if there is an error
51 public void init(String componentName) throws LogException;
71 * @exception LogException if there is an error.
77 Object session) throws LogException;
87 * @exception LogException if there is an error.
94 Map props) throws LogException;
115 * @exception LogException if there is an error.
118 Object session) throws LogException;
127 * @exception LogException if there is an error.
134 Map props) throws LogException;
[all...]
H A DLogManager.java52 * @exception LogException if there is an error.
55 throws LogException {
69 throw new LogException(e);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/log/
H A DConnectionException.java35 public class ConnectionException extends LogException {
H A DDriverLoadException.java35 public class DriverLoadException extends LogException {
H A DNullLocationException.java35 public class NullLocationException extends LogException {
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 DConnectionException.java35 public class ConnectionException extends LogException {
H A DDriverLoadException.java35 public class DriverLoadException extends LogException {
H A DNullLocationException.java35 public class NullLocationException extends LogException {
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-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFormatterInitException.java40 public class FormatterInitException extends com.iplanet.log.LogException {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFormatterInitException.java40 public class FormatterInitException extends com.iplanet.log.LogException {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/impl/
H A DFedletLogger.java40 import com.sun.identity.plugin.log.LogException;
68 * @exception LogException if there is an error
71 public void init(String componentName) throws LogException {
94 * @exception LogException if there is an error.
100 ) throws LogException {
111 * @exception LogException if there is an error.
118 Map props) throws LogException
160 * @exception LogException if there is an error.
163 Object session) throws LogException {
174 * @exception LogException i
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/impl/
H A DFedletLogger.java40 import com.sun.identity.plugin.log.LogException;
68 * @exception LogException if there is an error
71 public void init(String componentName) throws LogException {
94 * @exception LogException if there is an error.
100 ) throws LogException {
111 * @exception LogException if there is an error.
118 Map props) throws LogException
160 * @exception LogException if there is an error.
163 Object session) throws LogException {
174 * @exception LogException i
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DLogUtils.java32 import com.sun.identity.plugin.log.LogException;
233 } catch (LogException e) {
261 } catch (LogException le) {
290 } catch (LogException le) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DLogUtil.java32 import com.sun.identity.plugin.log.LogException;
96 } catch (LogException le) {
147 } catch (LogException le) {
199 } catch (LogException le) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/
H A DLogUtil.java36 import com.sun.identity.plugin.log.LogException;
183 } catch (LogException le) {
200 } catch (LogException le) {
217 } catch (LogException le) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DLogUtil.java32 import com.sun.identity.plugin.log.LogException;
96 } catch (LogException le) {
147 } catch (LogException le) {
199 } catch (LogException le) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/
H A DLogUtil.java36 import com.sun.identity.plugin.log.LogException;
183 } catch (LogException le) {
200 } catch (LogException le) {
217 } catch (LogException le) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DLogUtils.java32 import com.sun.identity.plugin.log.LogException;
233 } catch (LogException e) {
261 } catch (LogException le) {
290 } catch (LogException le) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/logging/
H A DLogUtil.java34 import com.sun.identity.plugin.log.LogException;
151 } catch (LogException le) {
203 } catch (LogException le) {
256 } catch (LogException le) {

Completed in 96 milliseconds

12