public class RunErrorException extends RunFailureException
Constructor | Description |
---|---|
RunErrorException(java.lang.String message,
java.lang.String type,
java.lang.Throwable cause) |
Creates a new exception with the specified detail message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType
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.