Package 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
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RunnerAbortedException
public RunnerAbortedException()
-