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