hudson.model
Class Run.RunnerAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by hudson.model.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:
Serialized Form

Constructor Summary
Run.RunnerAbortedException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Run.RunnerAbortedException

public Run.RunnerAbortedException()


Copyright © 2004-2013. All Rights Reserved.