kieker.analysis.exception
Class PluginNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.PluginNotFoundException
- All Implemented Interfaces:
- Serializable
public class PluginNotFoundException
- extends Exception
- Since:
- 1.10
The Plugin requested with the ID was not found in the registry.
- Author:
- Markus Fischer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PluginNotFoundException
public PluginNotFoundException(int id,
Configuration configuration)
- Constructor.
- Parameters:
id
- requesting IDconfiguration
- requesting configuration
getPluginID
public int getPluginID()
- Returns:
- the pluginID
getConfiguration
public Configuration getConfiguration()
- Returns:
- the configuration
Copyright 2014 Kieker Project, http://kieker-monitoring.net>