Class AlreadyLoggedInException

  • All Implemented Interfaces:
    java.io.Serializable, org.tentackle.log.Loggable

    public class AlreadyLoggedInException
    extends LoginFailedException
    Exception thrown if the user is already logged in.
    Usually for appservers that don't allow a user logged in more than once.
    Author:
    harald
    See Also:
    Serialized Form
    • Constructor Detail

      • AlreadyLoggedInException

        public AlreadyLoggedInException​(Session session,
                                        SessionInfo loginInfo)
        Creates an AlreadyLoggedInException.
        Parameters:
        session - the session
        loginInfo - the application user info
    • Method Detail

      • getLoginInfo

        public SessionInfo getLoginInfo()
        Gets the application user info.
        Returns:
        the user info