Searched refs:errorCode (Results 101 - 125 of 357) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/validation/
H A DValidationException.java53 * @param errorCode Key of the error message in the resource bundle.
55 public ValidationException(String rbName, String errorCode) { argument
56 super(rbName, errorCode, (Object[])null);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DConfiguratorException.java43 private String errorCode ; field in class:ConfiguratorException
51 * Instead this constructor provides Resource Bundle name and errorCode
55 * @param errorCode Key to resource bundle. You can use
56 * <code>String localizedStr = rb.getString(errorCode)</code>
63 String errorCode,
67 this.errorCode = errorCode;
97 return errorCode;
126 if (errorCode == null) {
136 String mid = bundle.getString (errorCode);
62 ConfiguratorException( String errorCode, Object[] args, java.util.Locale locale ) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DInvalidAttributeNameException.java66 * @param errorCode
75 public InvalidAttributeNameException(String rbName, String errorCode, argument
77 super(rbName, errorCode, args);
H A DSchemaException.java66 * @param errorCode
75 public SchemaException(String rbName, String errorCode, Object[] args) { argument
76 super(rbName, errorCode, args);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/exceptions/
H A DRestAuthErrorCodeException.java33 * @param errorCode The AMAuthErrorCode for the reason of authentication failure.
36 public RestAuthErrorCodeException(String errorCode, String errorMessage) { argument
37 super(AM_AUTH_ERROR_CODE_RESPONSE_STATUS_MAPPING.getAuthLoginExceptionResponseStatus(errorCode), errorMessage);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSAccountMgmtException.java39 * @param errorCode Key of the error message in resource bundle.
42 public FSAccountMgmtException(String errorCode, Object[] args) { argument
43 super(errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLoginException.java46 * @param errorCode Key of the error message in resource bundle.
49 public FSPostLoginException(String errorCode, Object[] args) { argument
50 super(errorCode, args);
H A DFSPreLoginException.java43 * @param errorCode Key of the error message in resource bundle.
46 public FSPreLoginException(String errorCode, Object[] args) { argument
47 super(errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelperException.java42 * @param errorCode Key of the error message in resource bundle.
45 public FSLoginHelperException(String errorCode, Object[] args) { argument
46 super(errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSSignatureException.java40 * @param errorCode Key of the error message in resource bundle.
43 public FSSignatureException(String errorCode, Object[] args) { argument
44 super(errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionException.java72 * @param errorCode Key to resource bundle. You can use
75 * String localizedStr = rb.getString(errorCode);
81 public InteractionException(String rbName, String errorCode, argument
83 super(rbName, errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSException.java47 * @param errorCode Key to resource bundle. You can use
50 * String localizedStr = rb.getString(errorCode);
56 public PAOSException(String rbName, String errorCode, Object[] args) { argument
57 super(rbName, errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/
H A DConfigurationException.java46 * @param errorCode Key to resource bundle. You can use
49 * String localizedStr = rb.getString(errorCode);
55 public ConfigurationException(String rbName, String errorCode, argument
57 super(rbName, errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLException.java67 * @param errorCode Key to resource bundle. You can use
70 * String localizedStr = rb.getString(errorCode);
76 public SAMLException(String rbName, String errorCode, Object[] args) { argument
77 super(rbName, errorCode, args);
H A DSAMLRequestVersionDeprecatedException.java68 * @param errorCode Key to resource bundle. You can use
71 * String localizedStr = rb.getString(errorCode);
78 String errorCode,
81 super(rbName, errorCode, args);
77 SAMLRequestVersionDeprecatedException(String rbName, String errorCode, Object[] args) argument
H A DSAMLRequestVersionTooHighException.java69 * @param errorCode Key to resource bundle. You can use
72 * String localizedStr = rb.getString(errorCode);
79 String errorCode,
82 super(rbName, errorCode, args);
78 SAMLRequestVersionTooHighException(String rbName, String errorCode, Object[] args) argument
H A DSAMLRequestVersionTooLowException.java68 * @param errorCode Key to resource bundle. You can use
71 * String localizedStr = rb.getString(errorCode);
78 String errorCode,
81 super(rbName, errorCode, args);
77 SAMLRequestVersionTooLowException(String rbName, String errorCode, Object[] args) argument
H A DSAMLRequesterException.java65 * @param errorCode Key to resource bundle. You can use
68 * String localizedStr = rb.getString(errorCode);
75 String errorCode,
78 super(rbName, errorCode, args);
74 SAMLRequesterException(String rbName, String errorCode, Object[] args) argument
H A DSAMLResponderException.java65 * @param errorCode Key to resource bundle. You can use
68 * String localizedStr = rb.getString(errorCode);
75 String errorCode,
78 super(rbName, errorCode, args);
74 SAMLResponderException(String rbName, String errorCode, Object[] args) argument
H A DSAMLVersionMismatchException.java65 * @param errorCode Key to resource bundle. You can use
68 * String localizedStr = rb.getString(errorCode);
75 String errorCode,
78 super(rbName, errorCode, args);
74 SAMLVersionMismatchException(String rbName, String errorCode, Object[] args) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureException.java64 * @param errorCode Key to resource bundle. You can use
67 * String localizedStr = rb.getString(errorCode);
73 public XMLSignatureException(String rbName, String errorCode, Object[] args) argument
75 super(rbName, errorCode, args);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2InvalidNameIDPolicyException.java44 * @param errorCode Key to resource bundle. You can use
47 * String localizedStr = rb.getString(errorCode);
54 String rbName, String errorCode, Object[] args)
56 super(rbName, errorCode, args);
53 SAML2InvalidNameIDPolicyException( String rbName, String errorCode, Object[] args) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationException.java45 * @param errorCode Key to resource bundle. You can use
48 * String localizedStr = rb.getString(errorCode);
54 public WSFederationException(String rbName, String errorCode, argument
56 super(rbName, errorCode, args);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoException.java68 private String errorCode; field in class:IdRepoException
86 public IdRepoException(String msg, String errorCode) { argument
88 this.errorCode = errorCode;
103 * @param errorCode
106 * String localizedStr = rb.getString(errorCode)</code>.
116 public IdRepoException(String rbName, String errorCode, String ldapErrCode, Object[] args) argument
119 this.errorCode = errorCode;
137 * @param errorCode
146 IdRepoException(String rbName, String errorCode, ResultCode ldapResultCode, Object[] args) argument
172 IdRepoException(String rbName, String errorCode, Object[] args) argument
261 setLDAPErrorCode(String errorCode) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoException.java68 private String errorCode; field in class:IdRepoException
86 public IdRepoException(String msg, String errorCode) { argument
88 this.errorCode = errorCode;
103 * @param errorCode
106 * String localizedStr = rb.getString(errorCode)</code>.
116 public IdRepoException(String rbName, String errorCode, String ldapErrCode, Object[] args) argument
119 this.errorCode = errorCode;
137 * @param errorCode
146 IdRepoException(String rbName, String errorCode, ResultCode ldapResultCode, Object[] args) argument
172 IdRepoException(String rbName, String errorCode, Object[] args) argument
261 setLDAPErrorCode(String errorCode) argument
[all...]

Completed in 73 milliseconds

1234567891011>>