Tabnine Logo
AgentConfigurationException.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.restlet.ext.platform.internal.agent.AgentConfigurationException
constructor

Best Java code snippets using org.restlet.ext.platform.internal.agent.AgentConfigurationException.<init> (Showing top 16 results out of 315)

origin: org.restlet.jee/org.restlet.ext.platform

public FirewallModule(RestletCloudConfig restletCloudConfig,
    ModulesSettings modulesSettings) {
  FirewallSettingsResource firewallSettingsClientResource = AgentUtils
      .getClientResource(restletCloudConfig, modulesSettings,
          FirewallSettingsResource.class, SETTINGS_PATH);
  try {
    firewallSettings = firewallSettingsClientResource.getSettings();
  } catch (Exception e) {
    throw new AgentConfigurationException(
        "Could not get firewall module configuration from Restlet Cloud connector service",
        e);
  }
}
origin: org.restlet.gae/org.restlet.ext.platform

public FirewallModule(RestletCloudConfig restletCloudConfig,
    ModulesSettings modulesSettings) {
  FirewallSettingsResource firewallSettingsClientResource = AgentUtils
      .getClientResource(restletCloudConfig, modulesSettings,
          FirewallSettingsResource.class, SETTINGS_PATH);
  try {
    firewallSettings = firewallSettingsClientResource.getSettings();
  } catch (Exception e) {
    throw new AgentConfigurationException(
        "Could not get firewall module configuration from Restlet Cloud connector service",
        e);
  }
}
origin: org.restlet.jse/org.restlet.ext.platform

public FirewallModule(RestletCloudConfig restletCloudConfig,
    ModulesSettings modulesSettings) {
  FirewallSettingsResource firewallSettingsClientResource = AgentUtils
      .getClientResource(restletCloudConfig, modulesSettings,
          FirewallSettingsResource.class, SETTINGS_PATH);
  try {
    firewallSettings = firewallSettingsClientResource.getSettings();
  } catch (Exception e) {
    throw new AgentConfigurationException(
        "Could not get firewall module configuration from Restlet Cloud connector service",
        e);
  }
}
origin: org.restlet.osgi/org.restlet.ext.platform

public FirewallModule(RestletCloudConfig restletCloudConfig,
    ModulesSettings modulesSettings) {
  FirewallSettingsResource firewallSettingsClientResource = AgentUtils
      .getClientResource(restletCloudConfig, modulesSettings,
          FirewallSettingsResource.class, SETTINGS_PATH);
  try {
    firewallSettings = firewallSettingsClientResource.getSettings();
  } catch (Exception e) {
    throw new AgentConfigurationException(
        "Could not get firewall module configuration from Restlet Cloud connector service",
        e);
  }
}
origin: org.restlet.jee/org.restlet.ext.platform

/**
 * Retrieves the modules settings from the service if it has changed, null
 * otherwise.
 * 
 * @param restletCloudConfig
 *            The service's configuration
 * @param modulesSettings
 *            The current modules settings
 * @return The updated modules settings if it has changed, null otherwise.
 */
public static ModulesSettings getModulesSettings(
    RestletCloudConfig restletCloudConfig, ModulesSettings modulesSettings) {
  // When modulesSettings not null, cell revision header is set
  ModulesSettingsResource modulesSettingsResource = AgentUtils
      .getClientResource(restletCloudConfig, modulesSettings,
          ModulesSettingsResource.class, MODULE_PATH);
  try {
    return modulesSettingsResource.getSettings();
  } catch (Exception e) {
    throw new AgentConfigurationException(
        "Unable to retrieve agent settings from platform", e);
  }
}
origin: org.restlet.osgi/org.restlet.ext.platform

/**
 * Retrieves the modules settings from the service if it has changed, null
 * otherwise.
 * 
 * @param restletCloudConfig
 *            The service's configuration
 * @param modulesSettings
 *            The current modules settings
 * @return The updated modules settings if it has changed, null otherwise.
 */
public static ModulesSettings getModulesSettings(
    RestletCloudConfig restletCloudConfig, ModulesSettings modulesSettings) {
  // When modulesSettings not null, cell revision header is set
  ModulesSettingsResource modulesSettingsResource = AgentUtils
      .getClientResource(restletCloudConfig, modulesSettings,
          ModulesSettingsResource.class, MODULE_PATH);
  try {
    return modulesSettingsResource.getSettings();
  } catch (Exception e) {
    throw new AgentConfigurationException(
        "Unable to retrieve agent settings from platform", e);
  }
}
origin: org.restlet.jse/org.restlet.ext.platform

/**
 * Retrieves the modules settings from the service if it has changed, null
 * otherwise.
 * 
 * @param restletCloudConfig
 *            The service's configuration
 * @param modulesSettings
 *            The current modules settings
 * @return The updated modules settings if it has changed, null otherwise.
 */
public static ModulesSettings getModulesSettings(
    RestletCloudConfig restletCloudConfig, ModulesSettings modulesSettings) {
  // When modulesSettings not null, cell revision header is set
  ModulesSettingsResource modulesSettingsResource = AgentUtils
      .getClientResource(restletCloudConfig, modulesSettings,
          ModulesSettingsResource.class, MODULE_PATH);
  try {
    return modulesSettingsResource.getSettings();
  } catch (Exception e) {
    throw new AgentConfigurationException(
        "Unable to retrieve agent settings from platform", e);
  }
}
origin: org.restlet.gae/org.restlet.ext.platform

/**
 * Retrieves the modules settings from the service if it has changed, null
 * otherwise.
 * 
 * @param restletCloudConfig
 *            The service's configuration
 * @param modulesSettings
 *            The current modules settings
 * @return The updated modules settings if it has changed, null otherwise.
 */
public static ModulesSettings getModulesSettings(
    RestletCloudConfig restletCloudConfig, ModulesSettings modulesSettings) {
  // When modulesSettings not null, cell revision header is set
  ModulesSettingsResource modulesSettingsResource = AgentUtils
      .getClientResource(restletCloudConfig, modulesSettings,
          ModulesSettingsResource.class, MODULE_PATH);
  try {
    return modulesSettingsResource.getSettings();
  } catch (Exception e) {
    throw new AgentConfigurationException(
        "Unable to retrieve agent settings from platform", e);
  }
}
origin: org.restlet.jee/org.restlet.ext.platform

      .getAuthorizations();
} catch (Exception e) {
  throw new AgentConfigurationException(
      "Could not get authorization module configuration from Restlet Cloud connector service",
      e);
origin: org.restlet.gae/org.restlet.ext.platform

      .getAuthorizations();
} catch (Exception e) {
  throw new AgentConfigurationException(
      "Could not get authorization module configuration from Restlet Cloud connector service",
      e);
origin: org.restlet.osgi/org.restlet.ext.platform

      .getAuthorizations();
} catch (Exception e) {
  throw new AgentConfigurationException(
      "Could not get authorization module configuration from Restlet Cloud connector service",
      e);
origin: org.restlet.jse/org.restlet.ext.platform

      .getAuthorizations();
} catch (Exception e) {
  throw new AgentConfigurationException(
      "Could not get authorization module configuration from Restlet Cloud connector service",
      e);
origin: org.restlet.jee/org.restlet.ext.platform

throw new AgentConfigurationException(
    "The authorization module requires the authentication module which is not enabled");
origin: org.restlet.gae/org.restlet.ext.platform

throw new AgentConfigurationException(
    "The authorization module requires the authentication module which is not enabled");
origin: org.restlet.jse/org.restlet.ext.platform

throw new AgentConfigurationException(
    "The authorization module requires the authentication module which is not enabled");
origin: org.restlet.osgi/org.restlet.ext.platform

throw new AgentConfigurationException(
    "The authorization module requires the authentication module which is not enabled");
org.restlet.ext.platform.internal.agentAgentConfigurationException<init>

Popular methods of AgentConfigurationException

    Popular in Java

    • Making http post requests using okhttp
    • getSupportFragmentManager (FragmentActivity)
    • onCreateOptionsMenu (Activity)
    • setScale (BigDecimal)
    • ServerSocket (java.net)
      This class represents a server-side socket that waits for incoming client connections. A ServerSocke
    • URL (java.net)
      A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
    • MessageDigest (java.security)
      Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
    • ReentrantLock (java.util.concurrent.locks)
      A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
    • JarFile (java.util.jar)
      JarFile is used to read jar entries and their associated data from jar files.
    • Filter (javax.servlet)
      A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
    • Top 17 Free Sublime Text Plugins
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now