Package net.runelite.client.plugins
Class PluginInstantiationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.runelite.client.plugins.PluginInstantiationException
-
- All Implemented Interfaces:
java.io.Serializable
public class PluginInstantiationException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginInstantiationException(java.lang.String message)PluginInstantiationException(java.lang.Throwable cause)
-