com.atlassian.crowd.event
Class EventTokenExpiredException

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

public class EventTokenExpiredException
extends CrowdException

Thrown when an event token is either not recognised or has expired.

See Also:
Serialized Form

Constructor Summary
EventTokenExpiredException()
           
EventTokenExpiredException(String message)
           
 
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

EventTokenExpiredException

public EventTokenExpiredException()

EventTokenExpiredException

public EventTokenExpiredException(String message)


Copyright © 2012 Atlassian. All Rights Reserved.