Class UnloadPluginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.plugins.exceptions.UnloadPluginException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotFullyUnloadedPluginException
,PluginNotLoadedException
public class UnloadPluginException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnloadPluginException()
UnloadPluginException(String message)
UnloadPluginException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-