org.apache.wicket.protocol.http
Class IgnoreAjaxRequestException

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

public class IgnoreAjaxRequestException
extends RuntimeException

This exception is thrown in Session class when an Ajax requests attempts to get a lock on pagemap while a regular request is processing the same page.

Author:
Matej Knopp
See Also:
Serialized Form

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

IgnoreAjaxRequestException

public IgnoreAjaxRequestException()


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