com.atlassian.crowd.exception
Class InvalidAuthorizationTokenException

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

public class InvalidAuthorizationTokenException
extends Exception

Thrown when the authenticated token is invalid.

Version:
1.0
Author:
Justen Stepka
See Also:
Serialized Form

Constructor Summary
InvalidAuthorizationTokenException()
          Default constructor.
InvalidAuthorizationTokenException(String s)
          Default constructor.
InvalidAuthorizationTokenException(String s, Throwable throwable)
          Default constructor.
InvalidAuthorizationTokenException(Throwable throwable)
          Default constructor.
 
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

InvalidAuthorizationTokenException

public InvalidAuthorizationTokenException()
Default constructor.


InvalidAuthorizationTokenException

public InvalidAuthorizationTokenException(String s)
Default constructor.

Parameters:
s - the message.

InvalidAuthorizationTokenException

public InvalidAuthorizationTokenException(String s,
                                          Throwable throwable)
Default constructor.

Parameters:
s - the message.
throwable - the Exception.

InvalidAuthorizationTokenException

public InvalidAuthorizationTokenException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2012 Atlassian. All Rights Reserved.