Class TokenInvalidatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.commerceservices.customer.TokenInvalidatedException
- All Implemented Interfaces:
Serializable
Exception is thrown if the user tries to use the same token multiple times.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorTokenInvalidatedException(String message) TokenInvalidatedException(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
-
TokenInvalidatedException
public TokenInvalidatedException()Default Constructor -
TokenInvalidatedException
- Parameters:
message-cause-
-
TokenInvalidatedException
- Parameters:
message-
-
TokenInvalidatedException
- Parameters:
cause-
-