Package jenkins

Class RestartRequiredException

  • All Implemented Interfaces:
    Serializable

    public class RestartRequiredException
    extends Exception
    Indicates that the plugin cannot be deployed without a restart.
    Author:
    Kohsuke Kawaguchi
    See Also:
    Serialized Form
    • Field Detail

      • message

        public final org.jvnet.localizer.Localizable message
    • Constructor Detail

      • RestartRequiredException

        public RestartRequiredException​(org.jvnet.localizer.Localizable message)
      • RestartRequiredException

        public RestartRequiredException​(org.jvnet.localizer.Localizable message,
                                        Throwable cause)