org.apache.wicket.protocol.http
Class PageExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.wicket.WicketRuntimeException
                  extended by org.apache.wicket.protocol.http.PageExpiredException
All Implemented Interfaces:
java.io.Serializable

public class PageExpiredException
extends WicketRuntimeException

Thrown when the WebRequestCycleProcessor could not process the request or AbstractRequestCycleProcessor could not resolve the rendered page.

See Also:
Serialized Form

Constructor Summary
PageExpiredException(java.lang.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

PageExpiredException

public PageExpiredException(java.lang.String message)
See Also:
WicketRuntimeException.WicketRuntimeException(java.lang.String)


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.