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 (String message, Throwable cause, ErrorIdentifier errorId) یک |
سازندگان عمومی
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 که استثناها را دسته بندی می کند. |