hudson.model
Class Run.RunnerAbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Run.RunnerAbortedException
public Run.RunnerAbortedException()
Copyright © 2004-2013. All Rights Reserved.