RunInterruptedException
public
class
RunInterruptedException
extends HarnessRuntimeException
java.lang.Object | ||
↳ | com.android.tradefed.error.HarnessRuntimeException | |
↳ | com.android.tradefed.util.RunInterruptedException |
Thrown when a run operation is interrupted by an external request.
Summary
Public constructors | |
---|---|
RunInterruptedException(String message, ErrorIdentifier errorId)
Creates a |
|
RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)
Creates a |
Public constructors
RunInterruptedException
public RunInterruptedException (String message, ErrorIdentifier errorId)
Creates a RunInterruptedException
.
Parameters | |
---|---|
message |
String : The message associated with the exception |
errorId |
ErrorIdentifier : The ErrorIdentifier categorizing the exception. |
RunInterruptedException
public RunInterruptedException (String message, Throwable cause, ErrorIdentifier errorId)
Creates a RunInterruptedException
.
Parameters | |
---|---|
message |
String : The message associated with the exception |
cause |
Throwable : The cause of the exception |
errorId |
ErrorIdentifier : The ErrorIdentifier categorizing the exception. |