Class BadCredentialsException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.craftercms.profile.api.exceptions.ProfileException
- 
- org.craftercms.profile.api.exceptions.I10nProfileException
- 
- org.craftercms.profile.exceptions.BadCredentialsException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class BadCredentialsException extends I10nProfileException Thrown when a username/password pair is invalid.- Author:
- avasquez
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringKEY- 
Fields inherited from class org.craftercms.profile.api.exceptions.I10nProfileExceptionargs, ERROR_BUNDLE_NAME, key
 
- 
 - 
Constructor SummaryConstructors Constructor Description BadCredentialsException()
 - 
Method Summary- 
Methods inherited from class org.craftercms.profile.api.exceptions.I10nProfileExceptiongetMessage, getResourceBundle
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
KEYpublic static final String KEY - See Also:
- Constant Field Values
 
 
- 
 
-