// Show appropriate login or error page if possible
IRequestHandler handler = onException(rc, cause);
if(handler != null)
{
throw new ResetResponseException(handler) {};
}
// Otherwise bubble up the error
UnauthorizedInstantiationException ex;
ex = new UnauthorizedInstantiationException(component.getClass());