Searched defs:getException (Results 1 - 25 of 108) sorted by relevance

12345

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBasicNodeError.java64 public Exception getException() { method in class:BasicNodeError
H A DSearchAbandonException.java65 Exception getException() { method in class:SearchAbandonException
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBasicNodeError.java65 public Exception getException() { method in class:BasicNodeError
H A DSearchAbandonException.java66 Exception getException() { method in class:SearchAbandonException
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBasicNodeError.java65 public Exception getException() { method in class:BasicNodeError
H A DSearchAbandonException.java66 Exception getException() { method in class:SearchAbandonException
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBasicNodeError.java64 public Exception getException() { method in class:BasicNodeError
H A DSearchAbandonException.java65 Exception getException() { method in class:SearchAbandonException
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBasicNodeError.java65 public Exception getException() { method in class:BasicNodeError
H A DSearchAbandonException.java66 Exception getException() { method in class:SearchAbandonException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DBasicNodeError.java64 public Exception getException() { method in class:BasicNodeError
H A DSearchAbandonException.java65 Exception getException() { method in class:SearchAbandonException
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DClientAuthenticationFailureFactory.java33 public InvalidClientException getException() { method in class:ClientAuthenticationFailureFactory
42 public InvalidClientException getException(String message) { method in class:ClientAuthenticationFailureFactory
54 public InvalidClientException getException(OAuth2Request request, String message) { method in class:ClientAuthenticationFailureFactory
58 return getException(message);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DClientAuthenticationFailureFactory.java33 public InvalidClientException getException() { method in class:ClientAuthenticationFailureFactory
42 public InvalidClientException getException(String message) { method in class:ClientAuthenticationFailureFactory
54 public InvalidClientException getException(OAuth2Request request, String message) { method in class:ClientAuthenticationFailureFactory
58 return getException(message);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java401 ApplicationException ex = errReader.getException();
404 ex = outputReader.getException();
726 public ApplicationException getException() method in class:ServerController.StartReader
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java402 ApplicationException ex = errReader.getException();
405 ex = outputReader.getException();
727 public ApplicationException getException() method in class:ServerController.StartReader
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java402 ApplicationException ex = errReader.getException();
405 ex = outputReader.getException();
727 public ApplicationException getException() method in class:ServerController.StartReader
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java401 ApplicationException ex = errReader.getException();
404 ex = outputReader.getException();
726 public ApplicationException getException() method in class:ServerController.StartReader
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java408 ApplicationException ex = errReader.getException();
411 ex = outputReader.getException();
733 public ApplicationException getException() method in class:ServerController.StartReader
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DServerController.java401 ApplicationException ex = errReader.getException();
404 ex = outputReader.getException();
700 public ApplicationException getException() method in class:ServerController.StartReader
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingResponse.java200 public String getException() { method in class:NamingResponse
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingResponse.java200 public String getException() { method in class:NamingResponse
/forgerock/opendj2/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/opendj-b2.6/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/opendj2.6.2/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

Completed in 160 milliseconds

12345