343536373839404142
} public static final SessionInfo getInstance() throws NoSessionFoundException { if (instance == null) { throw new NoSessionFoundException(); } return instance; }