Searched refs:errorCode (Results 151 - 175 of 357) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationException.java84 * @param errorCode Key to resource bundle. You can use:
89 * String localizedStr = rb.getString(errorCode);
95 public DelegationException(String rbName, String errorCode, Object[] args, argument
97 super(rbName, errorCode, args, nestedException);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoDuplicateObjectException.java39 * @param errorCode
42 * String localizedStr = rb.getString(errorCode)</code>.
46 private IdRepoDuplicateObjectException(String rbName, String errorCode, Object[] args) { argument
47 super(rbName, errorCode, args);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/core/realms/
H A DRealmLookupException.java35 * @param errorCode Key to the {@link IdRepoBundle#BUNDLE_NAME} resource bundle.
38 public RealmLookupException(String errorCode, String realm) { argument
39 super(IdRepoBundle.BUNDLE_NAME, errorCode, new Object[]{realm});
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeException.java47 * @param errorCode Key to resource bundle. You can use
50 * String localizedStr = rb.getString(errorCode);
56 public UpgradeException(String rbName, String errorCode, Object[] args) { argument
57 super(rbName, errorCode, args);
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DIdentityNotFoundException.java37 * @param errorCode
40 * String localizedStr = rb.getString(errorCode)</code>.
46 public IdentityNotFoundException(String rbName, String errorCode, ResultCode ldapResultCode, Object[] args) { argument
47 super(rbName, errorCode, ldapResultCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/
H A DAuthnSvcException.java69 * @param errorCode Key to resource bundle. You can use
72 * String localizedStr = rb.getString(errorCode);
78 public AuthnSvcException(String rbName, String errorCode, Object[] args) { argument
79 super(rbName, errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryException.java66 * @param errorCode Key to resource bundle. You can use
69 * String localizedStr = rb.getString(errorCode);
75 public DiscoveryException(String rbName, String errorCode, Object[] args) { argument
76 super(rbName, errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProviderException.java74 * @param errorCode Key to resource bundle. You can use
77 * String localizedStr = rb.getString(errorCode);
85 String errorCode,
88 super(rbName, errorCode, args);
83 DataStoreProviderException( String rbName, String errorCode, Object[] args) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/
H A DLogException.java75 * @param errorCode Key to resource bundle. You can use
78 * String localizedStr = rb.getString(errorCode);
84 public LogException(String rbName,String errorCode,Object[] args) { argument
85 super(rbName, errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Exception.java53 * @param errorCode Key to resource bundle. You can use
56 * String localizedStr = rb.getString(errorCode);
62 public SAML2Exception(String rbName, String errorCode, Object[] args) { argument
63 super(rbName, errorCode, args);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSException.java75 private String errorCode; field in class:SMSException
90 * @param errorCode
93 public SMSException(int status, String errorCode) { argument
96 this.errorCode = errorCode;
106 * @param errorCode
109 public SMSException(int status, String exMessage, String errorCode) { argument
111 this.errorCode = errorCode;
130 * @param errorCode
133 SMSException(String msg, String errorCode) argument
148 SMSException(Throwable t, String errorCode) argument
167 SMSException(String message, Throwable t, String errorCode) argument
190 SMSException(String rbName, String message, Throwable t, String errorCode) argument
221 SMSException(String rbName, String errorCode, Object[] args) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSException.java75 private String errorCode; field in class:SMSException
90 * @param errorCode
93 public SMSException(int status, String errorCode) { argument
96 this.errorCode = errorCode;
106 * @param errorCode
109 public SMSException(int status, String exMessage, String errorCode) { argument
111 this.errorCode = errorCode;
130 * @param errorCode
133 SMSException(String msg, String errorCode) argument
148 SMSException(Throwable t, String errorCode) argument
167 SMSException(String message, Throwable t, String errorCode) argument
190 SMSException(String rbName, String message, Throwable t, String errorCode) argument
221 SMSException(String rbName, String errorCode, Object[] args) argument
[all...]
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRAErrorTest.m47 int const errorCode = 102;
50 OCMStub([mockDatabase lastErrorCode]).andReturn(errorCode);
55 XCTAssertEqual(error.code, errorCode);
81 enum FRAErrorCodes errorCode = FRAApplicationError;
84 NSError *error = [FRAError createError:ERROR_REASON code:errorCode userInfo:userInfo];
86 XCTAssertEqual(error.code, errorCode);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyException.java143 * @param errorCode Key to resource bundle. You can use
145 * String localizedStr = rb.getString(errorCode);</pre>
150 public PolicyException(String rbName, String errorCode, Object[] args, argument
152 super (rbName,errorCode,args,nestedException);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/session/
H A DSessionException.java112 * @param errorCode the error code to be set.
114 public void setErrCode(int errorCode) { argument
115 code = errorCode;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyException.java143 * @param errorCode Key to resource bundle. You can use
145 * String localizedStr = rb.getString(errorCode);</pre>
150 public PolicyException(String rbName, String errorCode, Object[] args, argument
152 super (rbName,errorCode,args,nestedException);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/session/
H A DSessionException.java112 * @param errorCode the error code to be set.
114 public void setErrCode(int errorCode) { argument
115 code = errorCode;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyEvaluationException.java92 * @param errorCode Key to resource bundle. You can use
95 * String localizedStr = rb.getString(errorCode);
103 public PolicyEvaluationException (String rbName, String errorCode, argument
105 super (rbName,errorCode,args,nestedException);
121 * @param errorCode Key to resource bundle. You can use
124 * String localizedStr = rb.getString(errorCode):
131 public PolicyEvaluationException (String rbName, String errorCode, argument
133 super (rbName,errorCode,args,nestedException);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyEvaluationException.java92 * @param errorCode Key to resource bundle. You can use
95 * String localizedStr = rb.getString(errorCode);
103 public PolicyEvaluationException (String rbName, String errorCode, argument
105 super (rbName,errorCode,args,nestedException);
121 * @param errorCode Key to resource bundle. You can use
124 * String localizedStr = rb.getString(errorCode):
131 public PolicyEvaluationException (String rbName, String errorCode, argument
133 super (rbName,errorCode,args,nestedException);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapException.java52 private String errorCode = null; field in class:AMClientCapException
81 errorCode = eCode;
92 return (errorCode);
121 String result = errorCode;
124 String mid = Locale.getString(bundle, errorCode, debug);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapException.java52 private String errorCode = null; field in class:AMClientCapException
81 errorCode = eCode;
92 return (errorCode);
121 String result = errorCode;
124 String mid = Locale.getString(bundle, errorCode, debug);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtilException.java72 * @param errorCode The error code of LDAPException
74 protected LDAPUtilException(String message, ResultCode errorCode) { argument
76 this.resultCode = errorCode;
96 * @param errorCode The error code of LDAPException
99 public LDAPUtilException(String msgID, ResultCode errorCode, Object[] args) { argument
101 this.resultCode = errorCode;
113 * @param errorCode Error code of LDAPException
116 public LDAPUtilException(String rbName, String msgID, ResultCode errorCode, argument
119 this.resultCode = errorCode;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSException.java171 * Instead this constructor provides Resource Bundle name and errorCode
177 * @param errorCode Key to resource bundle. You can use
179 * String localizedStr = rb.getString(errorCode)
183 public FSException(String rbName, String errorCode, Object[] args) { argument
184 super(rbName, errorCode, args);
189 * @param errorCode Key of the error message in resource bundle.
192 public FSException(String errorCode, Object[] args) { argument
193 super(FSUtils.BUNDLE_NAME, errorCode, args);
198 * @param errorCode Key of the error message in resource bundle.
202 public FSException(String errorCode, Objec argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtilException.java72 * @param errorCode The error code of LDAPException
74 protected LDAPUtilException(String message, ResultCode errorCode) { argument
76 this.resultCode = errorCode;
96 * @param errorCode The error code of LDAPException
99 public LDAPUtilException(String msgID, ResultCode errorCode, Object[] args) { argument
101 this.resultCode = errorCode;
113 * @param errorCode Error code of LDAPException
116 public LDAPUtilException(String rbName, String msgID, ResultCode errorCode, argument
119 this.resultCode = errorCode;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSException.java171 * Instead this constructor provides Resource Bundle name and errorCode
177 * @param errorCode Key to resource bundle. You can use
179 * String localizedStr = rb.getString(errorCode)
183 public FSException(String rbName, String errorCode, Object[] args) { argument
184 super(rbName, errorCode, args);
189 * @param errorCode Key of the error message in resource bundle.
192 public FSException(String errorCode, Object[] args) { argument
193 super(FSUtils.BUNDLE_NAME, errorCode, args);
198 * @param errorCode Key of the error message in resource bundle.
202 public FSException(String errorCode, Objec argument
[all...]

Completed in 86 milliseconds

1234567891011>>