Class BotLoginException

    • Constructor Detail

      • BotLoginException

        public BotLoginException​(long id)
        Constructs a BotLoginException
        Parameters:
        id - the id of the login failed bot
      • BotLoginException

        public BotLoginException​(long id,
                                 Exception e)
        Constructs a BotLoginException
        Parameters:
        id - the id of the login failed bot
        e - the cause of the exception
      • BotLoginException

        public BotLoginException​(long id,
                                 String message)