no.sesat.search.user.service
Class InvalidTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
no.sesat.search.user.service.InvalidTokenException
- All Implemented Interfaces:
- Serializable
public final class InvalidTokenException
- extends Exception
Exception that is used if an illegal token is used with a login cookie. This is a
signal of theft of the login.
- Version:
- $Id: InvalidTokenException.java 23 2009-06-23 16:17:24Z ssmiweve $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidTokenException
public InvalidTokenException()
- Default constructor.
InvalidTokenException
public InvalidTokenException(String message)
- Constructor with an error message.
- Parameters:
message - Error message to include in the exception.
Copyright © 2009 Schibsted Søk AS. All Rights Reserved.