Class PluginNotFoundException

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

@Deprecated
public class PluginNotFoundException
extends java.lang.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:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    PluginNotFoundException​(int id, Configuration configuration)
    Deprecated.
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    Configuration getConfiguration()
    Deprecated.
     
    int getPluginID()
    Deprecated.
     

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PluginNotFoundException

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