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
public class IllegalPluginStateException
- extends PluginException
Thrown when a plugin operation has been attempted when the plugin is in an incompatible state.
- Since:
- 2.2.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalPluginStateException
public IllegalPluginStateException()
IllegalPluginStateException
public IllegalPluginStateException(String s)
IllegalPluginStateException
public IllegalPluginStateException(Throwable throwable)
IllegalPluginStateException
public IllegalPluginStateException(String s,
Throwable throwable)
Copyright © 2011 Atlassian. All Rights Reserved.