org.apache.wicket
Class AbstractRestartResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.wicket.AbortException
                  extended by org.apache.wicket.AbstractRestartResponseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbortWithHttpStatusException, AbortWithWebErrorCodeException, RedirectToUrlException, RestartResponseAtInterceptPageException, RestartResponseException

public abstract class AbstractRestartResponseException
extends AbortException

An exception that causes the request cycle to immediately switch to respond stage.

Author:
Igor Vaynberg (ivaynberg), Jonathan Locke
See Also:
Serialized Form

Constructor Summary
AbstractRestartResponseException()
          Construct.
 
Method Summary
 
Methods inherited from class org.apache.wicket.AbortException
fillInStackTrace
 
Methods inherited from class java.lang.Throwable
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

AbstractRestartResponseException

public AbstractRestartResponseException()
Construct.



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