Package de.hybris.platform.jalo.security
Class CannotDecodePasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.jalo.JaloSystemException
de.hybris.platform.jalo.security.CannotDecodePasswordException
- All Implemented Interfaces:
Serializable
This exception will be thrown if the encoding of the password failed
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotDecodePasswordException(String message, int vendorCode) Constructor CannotDecodePasswordException -
Method Summary
Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CannotDecodePasswordException
Constructor CannotDecodePasswordException- Parameters:
message-vendorCode-
-