Searched defs:throwable (Results 1 - 25 of 134) sorted by relevance

123456

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/
H A DMechanismCreationException.java25 * @param throwable The throwable cause of the exception.
27 public MechanismCreationException(String detailMessage, Throwable throwable) { argument
28 super(detailMessage, throwable);
H A DURIMappingException.java23 public URIMappingException(String detailMessage, Throwable throwable) { argument
24 super(detailMessage, throwable);
H A DDuplicateMechanismException.java29 * @param throwable The throwable cause of the exception.
31 public DuplicateMechanismException(String detailMessage, Mechanism cause, Throwable throwable) { argument
32 super(detailMessage, throwable);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/utils/
H A DCodeException.java33 * Generate a new CodeException with the provided message and underlying throwable.
36 * @param throwable Cause of the error.
38 public CodeException(String msg, Throwable throwable) { argument
39 super(msg, throwable);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DBackgroundTask.java57 * @throws Throwable throwable that will be passed through the method
70 * then the {@code throwable} argument will not be {@code null}.
76 * @param throwable A {@code Throwable} instance (e.g., an exception) that
81 Throwable throwable);
80 backgroundTaskCompleted(T returnValue, Throwable throwable) argument
H A DURLWorker.java77 throw new WebBrowserException(url, Message.raw("Bug: throwable"), t);
86 Throwable throwable)
88 WebBrowserException ex = (WebBrowserException) throwable;
85 backgroundTaskCompleted(Object returnValue, Throwable throwable) argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DBackgroundTask.java58 * @throws Throwable throwable that will be passed through the method
71 * then the {@code throwable} argument will not be {@code null}.
77 * @param throwable A {@code Throwable} instance (e.g., an exception) that
82 Throwable throwable);
81 backgroundTaskCompleted(T returnValue, Throwable throwable) argument
H A DURLWorker.java78 throw new WebBrowserException(url, Message.raw("Bug: throwable"), t);
87 Throwable throwable)
89 WebBrowserException ex = (WebBrowserException) throwable;
86 backgroundTaskCompleted(Object returnValue, Throwable throwable) argument
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DBackgroundTask.java58 * @throws Throwable throwable that will be passed through the method
71 * then the {@code throwable} argument will not be {@code null}.
77 * @param throwable A {@code Throwable} instance (e.g., an exception) that
82 Throwable throwable);
81 backgroundTaskCompleted(T returnValue, Throwable throwable) argument
H A DURLWorker.java78 throw new WebBrowserException(url, Message.raw("Bug: throwable"), t);
87 Throwable throwable)
89 WebBrowserException ex = (WebBrowserException) throwable;
86 backgroundTaskCompleted(Object returnValue, Throwable throwable) argument
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DBackgroundTask.java57 * @throws Throwable throwable that will be passed through the method
70 * then the {@code throwable} argument will not be {@code null}.
76 * @param throwable A {@code Throwable} instance (e.g., an exception) that
81 Throwable throwable);
80 backgroundTaskCompleted(T returnValue, Throwable throwable) argument
H A DURLWorker.java77 throw new WebBrowserException(url, Message.raw("Bug: throwable"), t);
86 Throwable throwable)
88 WebBrowserException ex = (WebBrowserException) throwable;
85 backgroundTaskCompleted(Object returnValue, Throwable throwable) argument
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DBackgroundTask.java58 * @throws Throwable throwable that will be passed through the method
71 * then the {@code throwable} argument will not be {@code null}.
77 * @param throwable A {@code Throwable} instance (e.g., an exception) that
82 Throwable throwable);
81 backgroundTaskCompleted(T returnValue, Throwable throwable) argument
H A DURLWorker.java78 throw new WebBrowserException(url, Message.raw("Bug: throwable"), t);
87 Throwable throwable)
89 WebBrowserException ex = (WebBrowserException) throwable;
86 backgroundTaskCompleted(Object returnValue, Throwable throwable) argument
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/monitoring/cts/
H A DInvalidSNMPQueryException.java28 public InvalidSNMPQueryException(String message, Throwable throwable) { argument
29 super(message, throwable);
32 public InvalidSNMPQueryException(Throwable throwable) { argument
33 super(throwable);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DBackgroundTask.java58 * @throws Throwable throwable that will be passed through the method
71 * then the {@code throwable} argument will not be {@code null}.
77 * @param throwable A {@code Throwable} instance (e.g., an exception) that
82 Throwable throwable);
81 backgroundTaskCompleted(T returnValue, Throwable throwable) argument
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/
H A DChangeMonitorException.java25 public ChangeMonitorException(String message, Throwable throwable) { argument
26 super(message, throwable);
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/
H A DPushNotificationException.java36 * @param throwable cause of the throwable circumstances.
38 public PushNotificationException(String message, Throwable throwable) { argument
39 super(message, throwable);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/monitoring/cts/
H A DInvalidSNMPQueryException.java28 public InvalidSNMPQueryException(String message, Throwable throwable) { argument
29 super(message, throwable);
32 public InvalidSNMPQueryException(Throwable throwable) { argument
33 super(throwable);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/
H A DChangeMonitorException.java25 public ChangeMonitorException(String message, Throwable throwable) { argument
26 super(message, throwable);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DBackgroundTask.java82 * @throws Throwable throwable that will be passed through the method
95 * then the {@code throwable} argument will not be {@code null}.
101 * @param throwable A {@code Throwable} instance (e.g., an exception) that
106 Throwable throwable);
105 backgroundTaskCompleted(T returnValue, Throwable throwable) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DBackgroundTask.java81 * @throws Throwable throwable that will be passed through the method
94 * then the {@code throwable} argument will not be {@code null}.
100 * @param throwable A {@code Throwable} instance (e.g., an exception) that
105 Throwable throwable);
104 backgroundTaskCompleted(T returnValue, Throwable throwable) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DBackgroundTask.java82 * @throws Throwable throwable that will be passed through the method
95 * then the {@code throwable} argument will not be {@code null}.
101 * @param throwable A {@code Throwable} instance (e.g., an exception) that
106 Throwable throwable);
105 backgroundTaskCompleted(T returnValue, Throwable throwable) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DBackgroundTask.java81 * @throws Throwable throwable that will be passed through the method
94 * then the {@code throwable} argument will not be {@code null}.
100 * @param throwable A {@code Throwable} instance (e.g., an exception) that
105 Throwable throwable);
104 backgroundTaskCompleted(T returnValue, Throwable throwable) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DBackgroundTask.java82 * @throws Throwable throwable that will be passed through the method
95 * then the {@code throwable} argument will not be {@code null}.
101 * @param throwable A {@code Throwable} instance (e.g., an exception) that
106 Throwable throwable);
105 backgroundTaskCompleted(T returnValue, Throwable throwable) argument

Completed in 133 milliseconds

123456