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