Example usage for org.apache.wicket NonResettingRestartException NonResettingRestartException

List of usage examples for org.apache.wicket NonResettingRestartException NonResettingRestartException

Introduction

In this page you can find the example usage for org.apache.wicket NonResettingRestartException NonResettingRestartException.

Prototype

public NonResettingRestartException(final String redirectUrl) 

Source Link

Document

Constructor.

Usage

From source file:org.apache.syncope.client.enduser.pages.HomePage.java

License:Apache License

public HomePage(final PageParameters parameters) {
    super(parameters);
    //        throw new RedirectToUrlException("/app/");
    throw new NonResettingRestartException("/app/");
}