/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMEntryExistsException.java | 83 * @param ue 87 String msg, String errorCode, UMSException ue) { 88 super(msg, errorCode, ue); 99 * @param ue 103 UMSException ue) { 104 super(token, errorCode, ue); 132 * @param ue 136 UMSException ue) { 137 super(msg, errorCode, args, ue); 86 AMEntryExistsException( String msg, String errorCode, UMSException ue) argument 102 AMEntryExistsException(SSOToken token, String errorCode, UMSException ue) argument 135 AMEntryExistsException(String msg, String errorCode, Object args[], UMSException ue) argument
|
H A D | AMEventManagerException.java | 50 String msg, String errorCode, UMSException ue) { 51 super(msg, errorCode, ue); 60 String msg, String errorCode, Object args[], UMSException ue) { 61 super(msg, errorCode, args, ue); 49 AMEventManagerException( String msg, String errorCode, UMSException ue) argument 59 AMEventManagerException( String msg, String errorCode, Object args[], UMSException ue) argument
|
H A D | AMInvalidDNException.java | 62 String msg, String errorCode, UMSException ue) { 63 super(msg, errorCode, ue); 85 UMSException ue) { 86 super(msg, errorCode, args, ue); 61 AMInvalidDNException( String msg, String errorCode, UMSException ue) argument 84 AMInvalidDNException(String msg, String errorCode, Object args[], UMSException ue) argument
|
H A D | AMPostCallBackException.java | 85 * @param ue 90 String errorCode, UMSException ue) 92 super(msg, errorCode, ue); 105 * @param ue 110 UMSException ue) { 111 super(token, errorCode, ue); 142 * @param ue 146 UMSException ue) { 147 super(msg, errorCode, args, ue); 89 AMPostCallBackException(String msg, String errorCode, UMSException ue) argument 109 AMPostCallBackException(SSOToken token, String errorCode, UMSException ue) argument 145 AMPostCallBackException(String msg, String errorCode, Object[] args, UMSException ue) argument
|
H A D | AMPreCallBackException.java | 85 * @param ue 88 public AMPreCallBackException(String msg, String errorCode, UMSException ue) argument 90 super(msg, errorCode, ue); 103 * @param ue 107 UMSException ue) { 108 super(token, errorCode, ue); 138 * @param ue 142 UMSException ue) { 143 super(msg, errorCode, args, ue); 106 AMPreCallBackException(SSOToken token, String errorCode, UMSException ue) argument 141 AMPreCallBackException(String msg, String errorCode, Object[] args, UMSException ue) argument
|
H A D | AMException.java | 95 * @param ue 98 public AMException(String msg, String errorCode, UMSException ue) { argument 99 this(msg, errorCode, null, ue); 111 * @param ue 114 public AMException(SSOToken token, String errorCode, UMSException ue) { argument 116 rootCause = (LdapException) ue.getRootCause(); 160 * @param ue 164 UMSException ue) { 166 rootCause = (LdapException) ue.getRootCause(); 163 AMException(String msg, String errorCode, Object args[], UMSException ue) argument
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMEntryExistsException.java | 83 * @param ue 87 String msg, String errorCode, UMSException ue) { 88 super(msg, errorCode, ue); 99 * @param ue 103 UMSException ue) { 104 super(token, errorCode, ue); 132 * @param ue 136 UMSException ue) { 137 super(msg, errorCode, args, ue); 86 AMEntryExistsException( String msg, String errorCode, UMSException ue) argument 102 AMEntryExistsException(SSOToken token, String errorCode, UMSException ue) argument 135 AMEntryExistsException(String msg, String errorCode, Object args[], UMSException ue) argument
|
H A D | AMEventManagerException.java | 50 String msg, String errorCode, UMSException ue) { 51 super(msg, errorCode, ue); 60 String msg, String errorCode, Object args[], UMSException ue) { 61 super(msg, errorCode, args, ue); 49 AMEventManagerException( String msg, String errorCode, UMSException ue) argument 59 AMEventManagerException( String msg, String errorCode, Object args[], UMSException ue) argument
|
H A D | AMInvalidDNException.java | 62 String msg, String errorCode, UMSException ue) { 63 super(msg, errorCode, ue); 85 UMSException ue) { 86 super(msg, errorCode, args, ue); 61 AMInvalidDNException( String msg, String errorCode, UMSException ue) argument 84 AMInvalidDNException(String msg, String errorCode, Object args[], UMSException ue) argument
|
H A D | AMPostCallBackException.java | 85 * @param ue 90 String errorCode, UMSException ue) 92 super(msg, errorCode, ue); 105 * @param ue 110 UMSException ue) { 111 super(token, errorCode, ue); 142 * @param ue 146 UMSException ue) { 147 super(msg, errorCode, args, ue); 89 AMPostCallBackException(String msg, String errorCode, UMSException ue) argument 109 AMPostCallBackException(SSOToken token, String errorCode, UMSException ue) argument 145 AMPostCallBackException(String msg, String errorCode, Object[] args, UMSException ue) argument
|
H A D | AMPreCallBackException.java | 85 * @param ue 88 public AMPreCallBackException(String msg, String errorCode, UMSException ue) argument 90 super(msg, errorCode, ue); 103 * @param ue 107 UMSException ue) { 108 super(token, errorCode, ue); 138 * @param ue 142 UMSException ue) { 143 super(msg, errorCode, args, ue); 106 AMPreCallBackException(SSOToken token, String errorCode, UMSException ue) argument 141 AMPreCallBackException(String msg, String errorCode, Object[] args, UMSException ue) argument
|
H A D | AMException.java | 95 * @param ue 98 public AMException(String msg, String errorCode, UMSException ue) { argument 99 this(msg, errorCode, null, ue); 111 * @param ue 114 public AMException(SSOToken token, String errorCode, UMSException ue) { argument 116 rootCause = (LdapException) ue.getRootCause(); 160 * @param ue 164 UMSException ue) { 166 rootCause = (LdapException) ue.getRootCause(); 163 AMException(String msg, String errorCode, Object args[], UMSException ue) argument
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/ |
H A D | Uninstaller.java | 108 private ApplicationException ue; field in class:Uninstaller 618 return ue; 965 ue = ex; 972 ue = new ApplicationException( 976 Message msg = getFormattedError(ue, true);
|
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/ |
H A D | Uninstaller.java | 107 private ApplicationException ue; field in class:Uninstaller 617 return ue; 964 ue = ex; 971 ue = new ApplicationException( 975 Message msg = getFormattedError(ue, true);
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/ |
H A D | Uninstaller.java | 108 private ApplicationException ue; field in class:Uninstaller 618 return ue; 965 ue = ex; 972 ue = new ApplicationException( 976 Message msg = getFormattedError(ue, true);
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/ |
H A D | Uninstaller.java | 107 private ApplicationException ue; field in class:Uninstaller 617 return ue; 964 ue = ex; 971 ue = new ApplicationException( 975 Message msg = getFormattedError(ue, true);
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/ |
H A D | Uninstaller.java | 200 private ApplicationException ue; field in class:Uninstaller 696 return ue; 1043 ue = ex; 1050 ue = new ApplicationException( 1054 Message msg = getFormattedError(ue, true);
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/ |
H A D | Uninstaller.java | 108 private ApplicationException ue; field in class:Uninstaller 573 return ue; 909 ue = ex; 916 ue = new ApplicationException( 920 LocalizableMessage msg = getFormattedError(ue, true);
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/ |
H A D | DirectoryServicesImpl.java | 296 * @param ue 305 private void processInternalException(SSOToken token, UMSException ue, String defaultErrorCode) throws AMException { argument 307 LdapException lex = (LdapException) ue.getRootCause(); 312 throw new AMException(ue.getMessage(), "19", ue); 314 throw new AMException(token, "3", ue); 316 throw new AMException(token, "4", ue); 318 throw new AMException(token, "967", ue); 320 throw new AMException(token, "968", ue); 322 throw new AMException(token, defaultErrorCode, ue); [all...] |
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/ |
H A D | DirectoryServicesImpl.java | 296 * @param ue 305 private void processInternalException(SSOToken token, UMSException ue, String defaultErrorCode) throws AMException { argument 307 LdapException lex = (LdapException) ue.getRootCause(); 312 throw new AMException(ue.getMessage(), "19", ue); 314 throw new AMException(token, "3", ue); 316 throw new AMException(token, "4", ue); 318 throw new AMException(token, "967", ue); 320 throw new AMException(token, "968", ue); 322 throw new AMException(token, defaultErrorCode, ue); [all...] |
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/ |
H A D | oauth-filter-0.1-SNAPSHOT.jar | ... .sun.identity.oauth.filter.UnauthorizedException ue
javax.servlet.ServletRequest request
javax.servlet. ... |
/forgerock/opendj2/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |