Package jenkins
Class ExtensionRefreshException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jenkins.ExtensionRefreshException
- All Implemented Interfaces:
Serializable
Signals that
ExtensionFinder.refresh()
had failed.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorDescriptionExtensionRefreshException
(String message) ExtensionRefreshException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtensionRefreshException
public ExtensionRefreshException() -
ExtensionRefreshException
-
ExtensionRefreshException
-
ExtensionRefreshException
-