Kieker 1.10

kieker.analysis.exception
Class PluginNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PluginNotFoundException(int id, Configuration configuration)
          Constructor.
 
Method Summary
 Configuration getConfiguration()
           
 int getPluginID()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginNotFoundException

public PluginNotFoundException(int id,
                               Configuration configuration)
Constructor.

Parameters:
id - requesting ID
configuration - requesting configuration
Method Detail

getPluginID

public int getPluginID()
Returns:
the pluginID

getConfiguration

public Configuration getConfiguration()
Returns:
the configuration

Kieker 1.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net