Searched defs:getException (Results 26 - 50 of 108) sorted by relevance

12345

/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/webstart/
H A DWebStartDownloader.java321 for (int i = 0; i < urls.length && (getException() == null); i++)
366 public ApplicationException getException() method in class:WebStartDownloader
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/webstart/
H A DWebStartDownloader.java322 for (int i = 0; i < urls.length && (getException() == null); i++)
367 public ApplicationException getException() method in class:WebStartDownloader
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionResponse.java292 public String getException() { method in class:SessionResponse
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/jaas/
H A DLoginContext.java297 throw requiredExceptionHolder.getException();
307 throw requiredExceptionHolder.getException();
310 throw optionalExceptionHolder.getException();
339 public LoginException getException() { method in class:LoginContext.ExceptionHolder
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionResponse.java292 public String getException() { method in class:SessionResponse
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/jaas/
H A DLoginContext.java299 throw requiredExceptionHolder.getException();
309 throw requiredExceptionHolder.getException();
312 throw optionalExceptionHolder.getException();
341 public LoginException getException() { method in class:LoginContext.ExceptionHolder
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java203 public Exception getException() { method in class:NodeRefresher
318 exception = x.getException();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java204 public Exception getException() { method in class:NodeRefresher
319 exception = x.getException();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java204 public Exception getException() { method in class:NodeRefresher
319 exception = x.getException();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java203 public Exception getException() { method in class:NodeRefresher
318 exception = x.getException();
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java204 public Exception getException() { method in class:NodeRefresher
319 exception = x.getException();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java174 public Exception getException() { method in class:NodeRefresher
282 exception = x.getException();
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java359 throw (handler.getException());
647 protected Exception getException() { method in class:SOAPClient.SOAPContentHandler
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java359 throw (handler.getException());
647 protected Exception getException() { method in class:SOAPClient.SOAPContentHandler
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1228 public DirectoryException getException() method in class:ReplicationDomain.IEContext
1771 if (ieContext.getException() == null)
1786 updateTaskCompletionState(ieContext.getException());
1828 if (ieContext.getException() == null)
1850 if (ieContext.getException() == null)
1890 if (ieContext.getException() == null)
1914 if (ieContext.getException()==null)
1923 if (ieContext.getException() == null)
1996 if (ieContext.getException() != null)
1997 throw(new IOException(ieContext.getException()
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java4862 else if (thread.getException() != null)
4864 throw thread.getException();
4871 if (thread.getException() != null)
4873 throw thread.getException();
4988 public ApplicationException getException() method in class:InvokeThread
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java4974 else if (thread.getException() != null)
4976 throw thread.getException();
4983 if (thread.getException() != null)
4985 throw thread.getException();
5100 public ApplicationException getException() method in class:InvokeThread
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1314 public DirectoryException getException() method in class:ReplicationDomain.ImportExportContext
1873 .updateTaskCompletionState(ieCtx.getException());
1975 if (ieCtx.getException() == null)
2081 if (ieCtx.getException() != null)
2083 throw new IOException(ieCtx.getException().getMessage());
2094 ieCtx.getException());
2324 + " ends import with exception=" + ieCtx.getException()
2338 if (ieCtx.getException() != null
2360 ieCtx.getException().getLocalizedMessage()));
2380 ieCtx.getException()
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java4974 else if (thread.getException() != null)
4976 throw thread.getException();
4983 if (thread.getException() != null)
4985 throw thread.getException();
5100 public ApplicationException getException() method in class:InvokeThread
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1229 public DirectoryException getException() method in class:ReplicationDomain.IEContext
1772 if (ieContext.getException() == null)
1787 updateTaskCompletionState(ieContext.getException());
1829 if (ieContext.getException() == null)
1851 if (ieContext.getException() == null)
1891 if (ieContext.getException() == null)
1915 if (ieContext.getException()==null)
1924 if (ieContext.getException() == null)
1997 if (ieContext.getException() != null)
1998 throw(new IOException(ieContext.getException()
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1228 public DirectoryException getException() method in class:ReplicationDomain.IEContext
1771 if (ieContext.getException() == null)
1786 updateTaskCompletionState(ieContext.getException());
1828 if (ieContext.getException() == null)
1850 if (ieContext.getException() == null)
1890 if (ieContext.getException() == null)
1914 if (ieContext.getException()==null)
1923 if (ieContext.getException() == null)
1996 if (ieContext.getException() != null)
1997 throw(new IOException(ieContext.getException()
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java4862 else if (thread.getException() != null)
4864 throw thread.getException();
4871 if (thread.getException() != null)
4873 throw thread.getException();
4988 public ApplicationException getException() method in class:InvokeThread
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1314 public DirectoryException getException() method in class:ReplicationDomain.ImportExportContext
1873 .updateTaskCompletionState(ieCtx.getException());
1975 if (ieCtx.getException() == null)
2081 if (ieCtx.getException() != null)
2083 throw new IOException(ieCtx.getException().getMessage());
2094 ieCtx.getException());
2324 + " ends import with exception=" + ieCtx.getException()
2338 if (ieCtx.getException() != null
2360 ieCtx.getException().getLocalizedMessage()));
2380 ieCtx.getException()
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java5026 else if (thread.getException() != null)
5028 throw thread.getException();
5035 if (thread.getException() != null)
5037 throw thread.getException();
5152 public ApplicationException getException() method in class:InvokeThread
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstaller.java4328 else if (thread.getException() != null)
4330 throw thread.getException();
4337 if (thread.getException() != null)
4339 throw thread.getException();
4450 public ApplicationException getException() method in class:InvokeThread

Completed in 268 milliseconds

12345