com.atlassian.crowd.exception
Class TokenNotFoundException

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.TokenNotFoundException
All Implemented Interfaces:
Serializable

public class TokenNotFoundException
extends InvalidTokenException

Thrown to indicate that the token does not exist in the server.

See Also:
Serialized Form

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

TokenNotFoundException

public TokenNotFoundException()

TokenNotFoundException

public TokenNotFoundException(String s)

TokenNotFoundException

public TokenNotFoundException(String s,
                              Throwable throwable)

TokenNotFoundException

public TokenNotFoundException(Throwable throwable)


Copyright © 2013 Atlassian. All Rights Reserved.