com.atlassian.plugin
Class IllegalPluginStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.plugin.PluginException
                  extended by 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

Constructor Summary
IllegalPluginStateException()
           
IllegalPluginStateException(java.lang.String s)
           
IllegalPluginStateException(java.lang.String s, java.lang.Throwable throwable)
           
IllegalPluginStateException(java.lang.Throwable throwable)
           
 
Method Summary
 
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
 

Constructor Detail

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.