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:
- java.io.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalPluginStateException
public IllegalPluginStateException()
IllegalPluginStateException
public IllegalPluginStateException(java.lang.String s)
IllegalPluginStateException
public IllegalPluginStateException(java.lang.Throwable throwable)
IllegalPluginStateException
public IllegalPluginStateException(java.lang.String s,
java.lang.Throwable throwable)
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.