Package com.plannaplan.exceptions
Class TokenExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.plannaplan.exceptions.TokenExpiredException
- All Implemented Interfaces:
 java.io.Serializable
public class TokenExpiredException
extends java.lang.RuntimeException
Excepction to be thrown when provided token is expired
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description TokenExpiredException(java.lang.String message) - 
Method Summary
 
- 
Constructor Details
- 
TokenExpiredException
public TokenExpiredException(java.lang.String message) 
 -