RunInterruptedException
public
class
RunInterruptedException
extends HarnessRuntimeException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | com.android.tradefed.error.HarnessRuntimeException | ||||
| ↳ | com.android.tradefed.util.RunInterruptedException | ||||
Bir çalıştırma işlemi harici bir istek nedeniyle kesintiye uğradığında oluşturulur.
Özet
Herkese açık oluşturucular | |
|---|---|
RunInterruptedException(String message, ErrorIdentifier errorId)
|
|
RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)
|
|
Herkese açık oluşturucular
RunInterruptedException
public RunInterruptedException (String message,
ErrorIdentifier errorId)RunInterruptedException oluşturur.
| Parametreler | |
|---|---|
message |
String: İstisnayla ilişkili ileti |
errorId |
ErrorIdentifier: İstisnayı sınıflandıran ErrorIdentifier. |
RunInterruptedException
public RunInterruptedException (String message,
Throwable cause,
ErrorIdentifier errorId)RunInterruptedException oluşturur.
| Parametreler | |
|---|---|
message |
String: İstisnayla ilişkili ileti |
cause |
Throwable: İstisnanın nedeni |
errorId |
ErrorIdentifier: İstisnayı sınıflandıran ErrorIdentifier. |