RunInterruptedException

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessRuntimeException
     ↳ com.android.tradefed.util.RunInterruptedException


החריגה הזו מתרחשת כשפעולת הפעלה מופסקת על ידי בקשה חיצונית.

סיכום

קונסטרוקטורים גלויים לכולם

RunInterruptedException(String message, ErrorIdentifier errorId)

יצירת RunInterruptedException.

RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)

יצירת RunInterruptedException.

קונסטרוקטורים גלויים לכולם

RunInterruptedException

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

יצירת RunInterruptedException.

פרמטרים
message String: ההודעה שמשויכת לחריג

errorId ErrorIdentifier: ה-ErrorIdentifier שמסווג את החריג.

RunInterruptedException

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

יצירת RunInterruptedException.

פרמטרים
message String: ההודעה שמשויכת לחריג

cause Throwable: הגורם לחריגה

errorId ErrorIdentifier: ה-ErrorIdentifier שמסווג את החריג.