public class RunFailureException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The serial version identifier for this class.
|
private java.lang.String |
type
The type of the build failure.
|
Constructor and Description |
---|
RunFailureException(java.lang.String message,
java.lang.String type)
Creates a new exception with the specified detail message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType()
Returns the type of build failure.
|
private static final long serialVersionUID
private final java.lang.String type