Class InvalidCredentialsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.servicelayer.exceptions.BusinessException
-
- de.hybris.platform.servicelayer.security.auth.AuthenticationException
-
- de.hybris.platform.servicelayer.security.auth.InvalidCredentialsException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidCredentialsException extends AuthenticationException
Throws when there's no user with a given username/password combination.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidCredentialsException(java.lang.String message)
for security reasons you should never nest other exceptions here to avoid the possibility of finding out the cause of the problem
-