com.atlassian.crowd.exception
Class TokenExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.InvalidTokenException
              extended by com.atlassian.crowd.exception.TokenExpiredException
All Implemented Interfaces:
Serializable

public class TokenExpiredException
extends InvalidTokenException

Thrown to indicate that the token has expired and is not valid anymore.

See Also:
Serialized Form

Constructor Summary
TokenExpiredException()
           
TokenExpiredException(String msg)
          
TokenExpiredException(String msg, Throwable throwable)
          
TokenExpiredException(Throwable throwable)
          
 
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

TokenExpiredException

public TokenExpiredException()

TokenExpiredException

public TokenExpiredException(String msg)


TokenExpiredException

public TokenExpiredException(String msg,
                             Throwable throwable)


TokenExpiredException

public TokenExpiredException(Throwable throwable)



Copyright © 2012 Atlassian. All Rights Reserved.