Đã ngắt kết nối thiết bị ngoại lệ

public class DeviceDisconnectedException
extends DeviceNotAvailableException

java.lang.Object
   ↳ com.android.tradefed.error.TriggerException
     ↳ com.android.tradefed.device.DeviceNotAvailableException
       ↳ com.android.tradefed.device.DeviceDisconnectedException


Được gửi khi không thể kết nối với một thiết bị thông qua loại truyền tải đó, ví dụ: nếu thiết bị không hiển thị lâu hơn qua kết nối USB hoặc TCP/IP

Tóm tắt

Hàm khởi tạo công khai

DeviceDisconnectedException(String msg, String serial)

Tạo DeviceUnresponsiveException.

DeviceDisconnectedException(String msg, String serial, ErrorIdentifier errorId)

Tạo DeviceUnresponsiveException.

DeviceDisconnectedException(String msg, Throwable cause, String serial)

Tạo DeviceUnresponsiveException.

DeviceDisconnectedException(String msg, Throwable cause, String serial, ErrorIdentifier errorId)

Tạo DeviceUnresponsiveException.

Hàm khởi tạo công khai

Đã ngắt kết nối thiết bị ngoại lệ

public DeviceDisconnectedException (String msg, 
                String serial)

Tạo DeviceUnresponsiveException.

Tham số
msg String: một thông báo mang tính mô tả.

serial String: sê-ri của thiết bị có liên quan.

Đã ngắt kết nối thiết bị ngoại lệ

public DeviceDisconnectedException (String msg, 
                String serial, 
                ErrorIdentifier errorId)

Tạo DeviceUnresponsiveException.

Tham số
msg String: một thông báo mang tính mô tả.

serial String: sê-ri của thiết bị có liên quan.

errorId ErrorIdentifier: giá trị nhận dạng lỗi của lỗi này.

Đã ngắt kết nối thiết bị ngoại lệ

public DeviceDisconnectedException (String msg, 
                Throwable cause, 
                String serial)

Tạo DeviceUnresponsiveException.

Tham số
msg String: một thông báo mang tính mô tả.

cause Throwable: Throwable gốc khiến thiết bị không hoạt động.

serial String: sê-ri của thiết bị có liên quan.

Đã ngắt kết nối thiết bị ngoại lệ

public DeviceDisconnectedException (String msg, 
                Throwable cause, 
                String serial, 
                ErrorIdentifier errorId)

Tạo DeviceUnresponsiveException.

Tham số
msg String: một thông báo mang tính mô tả.

cause Throwable: Throwable gốc khiến thiết bị không hoạt động.

serial String: sê-ri của thiết bị có liên quan.

errorId ErrorIdentifier: giá trị nhận dạng lỗi của lỗi này.