public class AbortBuildException
extends java.lang.Exception
BuildListeners to stop the build process.| Constructor and Description |
|---|
AbortBuildException(java.lang.String msg)
Constructs an AbortBuildException.
|
AbortBuildException(java.lang.String msg, java.lang.Throwable cause)
Constructs an AbortBuildException.
|
public AbortBuildException(java.lang.String msg)
msg - a short message indicating the problem.
public AbortBuildException(java.lang.String msg,
java.lang.Throwable cause)
msg - a short message indicating the problem.cause - another exception which caused this exception.