no.sesat.search.user.service
Class InvalidTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InvalidTokenException()
          Default constructor.
InvalidTokenException(String message)
          Constructor with an error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.