FatalHostError
public
class
FatalHostError
extends HarnessRuntimeException
java.lang.Object | ||
↳ | com.android.tradefed.error.HarnessRuntimeException | |
↳ | com.android.tradefed.command.FatalHostError |
An exception that indicates a fatal unrecoverable error has occurred on the host machine running TradeFederation, and that the TradeFederation instance should be shut down.
Summary
Public constructors | |
---|---|
FatalHostError(String msg)
Creates a |
|
FatalHostError(String msg, ErrorIdentifier errorId)
Creates a |
|
FatalHostError(String msg, Throwable cause)
Creates a |
|
FatalHostError(String msg, Throwable cause, ErrorIdentifier errorId)
Creates a |
Public constructors
FatalHostError
public FatalHostError (String msg)
Creates a FatalHostError
.
Parameters | |
---|---|
msg |
String : the detailed message |
FatalHostError
public FatalHostError (String msg, ErrorIdentifier errorId)
Creates a FatalHostError
.
Parameters | |
---|---|
msg |
String : the detailed message |
errorId |
ErrorIdentifier : the error identifier associated |
FatalHostError
public FatalHostError (String msg, Throwable cause)
Creates a FatalHostError
.
Parameters | |
---|---|
msg |
String : the detailed message |
cause |
Throwable : the original cause of the fatal host error. |
FatalHostError
public FatalHostError (String msg, Throwable cause, ErrorIdentifier errorId)
Creates a FatalHostError
.
Parameters | |
---|---|
msg |
String : the detailed message |
cause |
Throwable : the original cause of the fatal host error. |
errorId |
ErrorIdentifier : the error identifier associated |