Class RestartResponseException

    • Constructor Detail

      • RestartResponseException

        public RestartResponseException​(Class<C> pageClass)
        Redirects to the specified bookmarkable page
        Type Parameters:
        C - The page type
        Parameters:
        pageClass - class of bookmarkable page
      • RestartResponseException

        public RestartResponseException​(Class<C> pageClass,
                                        PageParameters params)
        Redirects to the specified bookmarkable page with the given page parameters
        Type Parameters:
        C - The page type
        Parameters:
        pageClass - class of bookmarkable page
        params - bookmarkable page parameters