RunInterruptedException

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ 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 ที่จัดหมวดหมู่ข้อยกเว้น