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 استثناها را دسته بندی می کند.