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 that ExtensionFinder.refresh() had failed.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • ExtensionRefreshException

      public ExtensionRefreshException()
    • ExtensionRefreshException

      public ExtensionRefreshException(String message)
    • ExtensionRefreshException

      public ExtensionRefreshException(String message, Throwable cause)
    • ExtensionRefreshException

      public ExtensionRefreshException(Throwable cause)