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 لتصنيف الاستثناء