org.riotfamily.riot.list.ui
Class ListSessionExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.riotfamily.riot.list.ui.ListSessionExpiredException
All Implemented Interfaces:
Serializable

public class ListSessionExpiredException
extends Exception

Execption that is thrown when a ListSession has expired.

Since:
6.4
Author:
Felix Gnass [fgnass at neteye dot de]
See Also:
Serialized Form

Constructor Summary
ListSessionExpiredException()
           
 
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

ListSessionExpiredException

public ListSessionExpiredException()