96979899100101102103104105
throw new RestartResponseAtInterceptPageException(signInPageClass); } else { // The component was not a page, so throw exception throw new UnauthorizedInstantiationException(component.getClass()); } } }); }
93949596979899100
} } else { // The component was not a page, so throw an exception throw new UnauthorizedInstantiationException(component.getClass()); } }
139140141142143144145
* The page */ protected void onUnauthorizedPage(final Page page) { // The component was not a page, so throw an exception throw new UnauthorizedInstantiationException(page.getClass()); }