Package com.atlassian.plugin
Class IllegalPluginStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.plugin.PluginException
com.atlassian.plugin.IllegalPluginStateException
- All Implemented Interfaces:
Serializable
Thrown when a plugin operation has been attempted when the plugin is in an incompatible state.
- Since:
- 2.2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalPluginStateException(String s, Throwable throwable) IllegalPluginStateException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalPluginStateException
public IllegalPluginStateException() -
IllegalPluginStateException
-
IllegalPluginStateException
-
IllegalPluginStateException
-