Class PluginNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.api.exception.GerritTriggerException
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.api.exception.PluginNotFoundException
-
- All Implemented Interfaces:
Serializable
public class PluginNotFoundException extends GerritTriggerException
A exception class regarding plugin status.- Author:
- rinrinne <rinrin.ne@gmail.com>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginNotFoundException()
Default constractor.
-
Method Summary
-
Methods inherited from class com.sonyericsson.hudson.plugins.gerrit.trigger.api.exception.GerritTriggerException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-