public class RunErrorException extends RunFailureException
| 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.
|
getTypepublic 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.