AuthenticationFailedException
174175176177178179180181
user.setSessionId(userSession.getSessionId()); return user; } catch (org.palo.viewapi.exceptions.AuthenticationFailedException e) { e.printStackTrace(); logger.error(e.getMessage(), e); throw new AuthenticationFailedException(e.getMessage(), e); } }
204205206207208209210211