Package com.jbstrap.core.plugin
Class PluginAlreadyLoaded
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jbstrap.core.plugin.PluginAlreadyLoaded
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginAlreadyLoaded
Creates a new error class- Parameters:
pluginName
- The name of the plugin that was already loaded- Throws:
NullPointerException
- If the plugin name isnull
-