} else {
return (mapping.findForward(IConst.TOKEN.DENIED));
}
} catch (NumberFormatException e) {
throw new SystemException(e);
} catch (SQLException e) {
throw new SystemException(e);
} catch (IllegalAccessException e) {
throw new SystemException(e);
} catch (InvocationTargetException e) {
throw new SystemException(e);
}
return mapping.findForward(IConst.TOKEN.PAGE);
}