Class CannotDecodePasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.servicelayer.exceptions.SystemException
de.hybris.platform.servicelayer.user.exceptions.CannotDecodePasswordException
- All Implemented Interfaces:
Serializable
Thrown if it is not possible to decode a given password with the given password encoder. see MD5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotDecodePasswordException(String message) CannotDecodePasswordException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotDecodePasswordException
-
CannotDecodePasswordException
-
CannotDecodePasswordException
-