Class AlreadyLoggedInException

All Implemented Interfaces:
Serializable

public class AlreadyLoggedInException
extends PermissionDeniedException
This exception is thrown if you try to log in but are already logged in.
Version:
2.0
Author:
Nicklas
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • AlreadyLoggedInException

      public AlreadyLoggedInException​(String login)
      Creates a new AlreadyLoggedInException.
      Parameters:
      login - Login name of the already logged in account.