Package lumis.portal.presentation.core
Class RestartResponseWithTargetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.wicket.AbortException
-
- org.apache.wicket.AbstractRestartResponseException
-
- lumis.portal.presentation.core.RestartResponseWithTargetException
-
- All Implemented Interfaces:
Serializable
public class RestartResponseWithTargetException extends org.apache.wicket.AbstractRestartResponseException
Causes wicket to interrupt current request processing and immediately respond with the specifiedIRequestTarget
.- Since:
- 6.0.0
- Version:
- $Revision: 13093 $ $Date: 2011-05-28 18:40:18 -0300 (Sat, 28 May 2011) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestartResponseWithTargetException(org.apache.wicket.IRequestTarget requestTarget)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-