| /forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/ |
| H A D | MechanismCreationException.java | 25 * @param throwable The throwable cause of the exception. 27 public MechanismCreationException(String detailMessage, Throwable throwable) { argument 28 super(detailMessage, throwable);
|
| H A D | URIMappingException.java | 23 public URIMappingException(String detailMessage, Throwable throwable) { argument 24 super(detailMessage, throwable);
|
| H A D | DuplicateMechanismException.java | 29 * @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 D | CodeException.java | 33 * 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 D | BackgroundTask.java | 57 * @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 D | URLWorker.java | 77 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 D | BackgroundTask.java | 58 * @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 D | URLWorker.java | 78 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 D | BackgroundTask.java | 58 * @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 D | URLWorker.java | 78 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 D | BackgroundTask.java | 57 * @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 D | URLWorker.java | 77 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 D | BackgroundTask.java | 58 * @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 D | URLWorker.java | 78 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 D | InvalidSNMPQueryException.java | 28 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 D | BackgroundTask.java | 58 * @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 D | ChangeMonitorException.java | 25 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 D | PushNotificationException.java | 36 * @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 D | InvalidSNMPQueryException.java | 28 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 D | ChangeMonitorException.java | 25 public ChangeMonitorException(String message, Throwable throwable) { argument 26 super(message, throwable);
|
| /forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/ |
| H A D | BackgroundTask.java | 82 * @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 D | BackgroundTask.java | 81 * @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 D | BackgroundTask.java | 82 * @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 D | BackgroundTask.java | 81 * @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 D | BackgroundTask.java | 82 * @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
|