All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.browsermob.proxy.FirefoxErrorConstants Maven / Gradle / Ivy

There is a newer version: 2.0-beta-7
Show newest version
package org.browsermob.proxy;

public class FirefoxErrorConstants {
    public static final String SHARED_LONG_DESC = "
    \n" + "
  • The site could be temporarily unavailable or too busy. Try again in a few\n" + " moments.
  • \n" + "
  • If you are unable to load any pages, check your computer's network\n" + " connection.
  • \n" + "
  • If your computer or network is protected by a firewall or proxy, make sure\n" + " that Firefox is permitted to access the Web.
  • \n" + "
"; public static final String ERROR_PAGE = "\n" + " \n" + " Problem loading page\n" + " \n" + " \n" + " \n" + "\n" + " \n" + "\n" + " \n" + "
\n" + " \n" + " \n" + "
\n" + "

%s

\n" + "
\n" + " \n" + " \n" + "
\n" + " \n" + " \n" + "
\n" + "

\n" + " %s\n" + "

\n" + "
\n" + "\n" + " \n" + "
\n" + " %s\n" + "
\n" + "
\n" + "\n" + " \n" + " \n" + "\n" + "
\n" + "\n" + " \n" + ""; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy