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 ที่จัดหมวดหมู่ข้อยกเว้น