Searched refs:errorCode (Results 76 - 100 of 357) sorted by relevance

1234567891011>>

/forgerock/openam-v13/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-v13/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-v13/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-v13/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-v13/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-v13/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-shared/src/main/java/com/sun/identity/shared/validation/
H A DValidationException.java50 * @param errorCode Key of the error message in the resource bundle.
52 public ValidationException(String rbName, String errorCode) { argument
53 super(rbName, errorCode, (Object[])null);
/forgerock/openam-v13/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-v13/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-v13/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-v13/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-v13/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-shared/src/main/java/com/sun/identity/shared/validation/
H A DValidationException.java50 * @param errorCode Key of the error message in the resource bundle.
52 public ValidationException(String rbName, String errorCode) { argument
53 super(rbName, errorCode, (Object[])null);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMAuthCallBackException.java45 * @param errorCode Key of the error message in resource bundle.
48 public AMAuthCallBackException(String errorCode, Object[] args) { argument
49 super(errorCode, args);
H A DAuthenticationException.java54 * <code>errorCode</code> and using arguments to the message.
57 * @param errorCode Key to the message in resource bundle.
62 String errorCode,
64 super(rbName, errorCode, args);
60 AuthenticationException( String rbName, String errorCode, Object[] args) argument
H A DHttpCallback.java48 private int errorCode = HttpServletResponse.SC_UNAUTHORIZED; field in class:HttpCallback
56 * @param errorCode Error code set in the header for negotiation.
61 String errorCode) {
64 this.errorCode = Integer.parseInt(errorCode);
85 * @param errorCode Error code set in the header for negotiation.
91 int errorCode) {
95 this.errorCode = errorCode;
131 return errorCode;
58 HttpCallback( String authorizationHeader, String negotiationHeader, String errorCode) argument
87 HttpCallback( String authRHeader, String negoName, String negoValue, int errorCode) argument
[all...]
H A DMessageLoginException.java44 * @param errorCode Key to the message in resource bundle.
49 String errorCode,
51 super(rbName, errorCode, args);
47 MessageLoginException( String rbName, String errorCode, Object[] args) argument
H A DUserNamePasswordValidationException.java43 * (<code>errorCode</code>) and using arguments to the message.
45 * @param errorCode Key to the message in resource bundle.
50 String errorCode,
52 super(rbName, errorCode, args);
48 UserNamePasswordValidationException( String rbName, String errorCode, Object[] args) argument

Completed in 97 milliseconds

1234567891011>>