Class TokenInvalidatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.commerceservices.customer.TokenInvalidatedException
-
- All Implemented Interfaces:
java.io.Serializable
public class TokenInvalidatedException extends java.lang.ExceptionException is thrown if the user tries to use the same token multiple times.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenInvalidatedException()Default ConstructorTokenInvalidatedException(java.lang.String message)TokenInvalidatedException(java.lang.String message, java.lang.Throwable cause)TokenInvalidatedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
TokenInvalidatedException
public TokenInvalidatedException()
Default Constructor
-
TokenInvalidatedException
public TokenInvalidatedException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message-cause-
-
TokenInvalidatedException
public TokenInvalidatedException(java.lang.String message)
- Parameters:
message-
-
TokenInvalidatedException
public TokenInvalidatedException(java.lang.Throwable cause)
- Parameters:
cause-
-
-