wicket
Class AbstractRestartResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by wicket.AbortException
                  extended by wicket.AbstractRestartResponseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
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 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

AbstractRestartResponseException

public AbstractRestartResponseException()
Construct.



Copyright © 2004-2007 Wicket developers. All Rights Reserved.