Package top.focess.qq.api.plugin
Class PluginDuplicateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- top.focess.qq.api.plugin.PluginDuplicateException
-
- All Implemented Interfaces:
Serializable
public class PluginDuplicateException extends IllegalStateException
Thrown to indicate there is an existed plugin named this name- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginDuplicateException(String name, String message)Constructs a PluginDuplicateException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-