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:
Serializable
Throws when there's no user with a given username/password combination.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCredentialsException(String message) for security reasons you should never nest other exceptions here to avoid the possibility of finding out the cause of the problem -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCredentialsException
for security reasons you should never nest other exceptions here to avoid the possibility of finding out the cause of the problem
-