Package hudson.model

Class Run.RunnerAbortedException

All Implemented Interfaces:
Serializable
Enclosing class:
Run<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>

public static final class Run.RunnerAbortedException extends RuntimeException
Used in Run.RunExecution.run(hudson.model.BuildListener) to indicates that a fatal error in a build is reported to BuildListener and the build should be simply aborted without further recording a stack trace.
See Also:
  • Constructor Details

    • RunnerAbortedException

      public RunnerAbortedException()