RunInterruptedException
public
class
RunInterruptedException
extends HarnessRuntimeException
java.lang.Object | ||
↳ | com.android.tradefed.error.HarnessRuntimeException | |
↳ | com.android.tradefed.util.RunInterruptedException |
Bir çalıştırma işlemi harici bir istek tarafından kesintiye uğradığında atılır.
Özet
Herkese açık kurucular | |
---|---|
RunInterruptedException(String message, ErrorIdentifier errorId)
Bir |
|
RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)
Bir |
Herkese açık kurucular
RunInterruptedException
public RunInterruptedException (String message, ErrorIdentifier errorId)
Bir RunInterruptedException
oluşturur.
Parametreler | |
---|---|
message |
String : İstisnayla ilişkili mesaj |
errorId |
ErrorIdentifier : İstisnayı kategorize eden ErrorIdentifier . |
RunInterruptedException
public RunInterruptedException (String message, Throwable cause, ErrorIdentifier errorId)
Bir RunInterruptedException
oluşturur.
Parametreler | |
---|---|
message |
String : İstisnayla ilişkili mesaj |
cause |
Throwable : İstisnanın nedeni |
errorId |
ErrorIdentifier : İstisnayı kategorize eden ErrorIdentifier . |