Class PluginAlreadyLoaded

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jbstrap.core.plugin.PluginAlreadyLoaded
All Implemented Interfaces:
Serializable

public class PluginAlreadyLoaded extends Exception

Plugin already loaded error class

The error occurs if there is an attempt to load the same JBStrap plugin twice. It could also occur, if a plugin with the same name was already loaded (even if they are different plugins).

Since:
4.0
Author:
JBStrap
See Also:
  • Constructor Details

    • PluginAlreadyLoaded

      public PluginAlreadyLoaded(String pluginName)
      Creates a new error class
      Parameters:
      pluginName - The name of the plugin that was already loaded
      Throws:
      NullPointerException - If the plugin name is null