Package com.jbstrap.core.plugin
Class PluginNotInitialized
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jbstrap.core.plugin.PluginNotInitialized
- All Implemented Interfaces:
Serializable
Plugin not initialized error class
This is encountered if an error was encountered during the initialization of the plugin.
- 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
-
PluginNotInitialized
Creates a new error- Parameters:
pluginName
- The name of the plugin that encountered an errore
- The original error that the plugin encountered
-