net.trajano.twiff
Class InvalidTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.trajano.twiff.TwiffException
net.trajano.twiff.InvalidTokenException
- All Implemented Interfaces:
- Serializable
public class InvalidTokenException
- extends TwiffException
Subclass of TwiffException
when a token is being
requested that is not valid.
- Author:
- Archimedes Trajano
- 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(String token)
- Construct a new exception specifying the token value.
- Parameters:
token
- token being requested
getRequestedToken
public final String getRequestedToken()
- Returns the token requested
- Returns:
- the token requested.
Copyright © 2004-2005 trajano.net. All Rights Reserved.