public class RunErrorException extends RunFailureException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serial version identifier for this class.
|
| Constructor and Description |
|---|
RunErrorException(java.lang.String message,
java.lang.String type,
java.lang.Throwable cause)
Creates a new exception with the specified detail message.
|
getTypeprivate static final long serialVersionUID
public RunErrorException(java.lang.String message,
java.lang.String type,
java.lang.Throwable cause)
message - The detail message, may be null.type - The type of build failure, may not be null.cause - The cause of the build error.