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
public static final class Run.RunnerAbortedException extends RuntimeException
Used inRun.RunExecution.run(hudson.model.BuildListener)
to indicates that a fatal error in a build is reported toBuildListener
and the build should be simply aborted without further recording a stack trace.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RunnerAbortedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-