Class PluginNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.PluginNotFoundException
All Implemented Interfaces:
Serializable

@Deprecated public class PluginNotFoundException extends Exception
Deprecated.
since 1.15.1 plugin API The Plugin requested with the ID was not found in the registry.
Since:
1.10
Author:
Markus Fischer
See Also:
  • Constructor Details

    • PluginNotFoundException

      public PluginNotFoundException(int id, Configuration configuration)
      Deprecated.
      Constructor.
      Parameters:
      id - requesting ID
      configuration - requesting configuration
  • Method Details

    • getPluginID

      public int getPluginID()
      Deprecated.
      Returns:
      the pluginID
    • getConfiguration

      public Configuration getConfiguration()
      Deprecated.
      Returns:
      the configuration