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:
java.io.Serializable

public class TokenExpiredException
extends InvalidTokenException

Used when the token has expired and is not valid anymore.

See Also:
Serialized Form

Constructor Summary
TokenExpiredException()
           
TokenExpiredException(java.lang.String s)
           
TokenExpiredException(java.lang.String s, java.lang.Throwable throwable)
           
TokenExpiredException(java.lang.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(java.lang.String s)

TokenExpiredException

public TokenExpiredException(java.lang.String s,
                             java.lang.Throwable throwable)

TokenExpiredException

public TokenExpiredException(java.lang.Throwable throwable)


Copyright © 2010 Atlassian. All Rights Reserved.