Class RestartNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
hudson.lifecycle.RestartNotSupportedException
All Implemented Interfaces:
Serializable

public class RestartNotSupportedException extends Exception
Indicates that the Lifecycle doesn't support restart.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • RestartNotSupportedException

      public RestartNotSupportedException(String reason)
    • RestartNotSupportedException

      public RestartNotSupportedException(String reason, Throwable cause)