com.esri.gpt.framework.security.credentials
Class CredentialPolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.esri.gpt.framework.context.ApplicationException
com.esri.gpt.framework.security.credentials.CredentialPolicyException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EmailPolicyException, PasswordConfirmationException, PasswordPolicyException, UsernamePolicyException
public class CredentialPolicyException
- extends ApplicationException
Occurs when new credentials do no pass the credential policy.
A credential policy can provide one or more restrictions associated with
the creation or modification of credential. For instance:
a username may not contain certain characters
a password must be at least [n] characters long
...
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CredentialPolicyException
public CredentialPolicyException(String msg)
- Construct based upon an error message.
- Parameters:
msg
- the error message
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.