com.adaptc.mws.plugins
[Java] Class PluginStartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adaptc.mws.plugins.PluginStartException
public class PluginStartException
extends Exception
Signifies that a plugin was not able to be started without errors.
- Authors:
- bsaville
Methods inherited from class Exception
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Throwable
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
serialVersionUID
private static final long serialVersionUID
-
PluginStartException
public PluginStartException()
-
PluginStartException
public PluginStartException(String message)
-
PluginStartException
public PluginStartException(String message, Exception ex)
-
Groovy Documentation