İstisna Çalıştırma

public class RunInterruptedException
extends HarnessRuntimeException

Java.lang.Nesne
🎃 com.android.tradefed.error.HarnessRuntimeException
  🎃 com.android.tradefed.util.RunInterruptedException


Bir çalıştırma işlemi harici bir istek nedeniyle kesintiye uğradığında gönderilir.

Özet

Kamu inşaatçıları

RunInterruptedException(String message, ErrorIdentifier errorId)

RunInterruptedException oluşturur.

RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)

RunInterruptedException oluşturur.

Kamu inşaatçıları

İstisna Çalıştırma

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

RunInterruptedException oluşturur.

Parametreler
message String: Özel durumla ilişkilendirilmiş mesaj

errorId ErrorIdentifier: İstisnanın kategorisini belirleyen ErrorIdentifier.

İstisna Çalıştırma

public RunInterruptedException (String message, 
                Throwable cause, 
                ErrorIdentifier errorId)

RunInterruptedException oluşturur.

Parametreler
message String: Özel durumla ilişkilendirilmiş mesaj

cause Throwable: İstisnanın nedeni

errorId ErrorIdentifier: İstisnanın kategorisini belirleyen ErrorIdentifier.