ตั้งแต่วันที่ 27 มีนาคม 2025 เป็นต้นไป เราขอแนะนำให้ใช้ android-latest-release
แทน aosp-main
เพื่อสร้างและมีส่วนร่วมใน AOSP โปรดดูข้อมูลเพิ่มเติมที่หัวข้อการเปลี่ยนแปลงใน AOSP
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
KeyStoreException
public
class
KeyStoreException
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.util.keystore.KeyStoreException
|
แสดงเมื่อเกิดข้อผิดพลาดร้ายแรงในคีย์สโตร์
สรุป
ตัวสร้างแบบสาธารณะ
KeyStoreException
public KeyStoreException (String msg)
สร้าง KeyStoreException
พารามิเตอร์ |
msg |
String : ข้อความที่สื่อความหมาย |
KeyStoreException
public KeyStoreException (String msg,
Throwable cause)
สร้าง KeyStoreException
พารามิเตอร์ |
msg |
String : ข้อความที่สื่อความหมาย |
cause |
Throwable : Throwable หลักที่ทำให้อุปกรณ์ใช้งานไม่ได้ |
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-27 UTC"],[],[],null,["# KeyStoreException\n=================\n\n\n`\npublic\n\n\nclass\nKeyStoreException\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|------------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.util.keystore.KeyStoreException |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nThrown when a fatal key store error happens.\n\nSummary\n-------\n\n| ### Public constructors ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[KeyStoreException](../../../../../../../reference/tradefed/com/android/tradefed/util/keystore/KeyStoreException.html#KeyStoreException())`() ` Creates a [KeyStoreException](../../../../../../../reference/tradefed/com/android/tradefed/util/keystore/KeyStoreException.html). |\n| ` `[KeyStoreException](../../../../../../../reference/tradefed/com/android/tradefed/util/keystore/KeyStoreException.html#KeyStoreException(java.lang.String))`(String msg) ` Creates a [KeyStoreException](../../../../../../../reference/tradefed/com/android/tradefed/util/keystore/KeyStoreException.html). |\n| ` `[KeyStoreException](../../../../../../../reference/tradefed/com/android/tradefed/util/keystore/KeyStoreException.html#KeyStoreException(java.lang.String,%20java.lang.Throwable))`(String msg, Throwable cause) ` Creates a [KeyStoreException](../../../../../../../reference/tradefed/com/android/tradefed/util/keystore/KeyStoreException.html). |\n\nPublic constructors\n-------------------\n\n### KeyStoreException\n\n```\npublic KeyStoreException ()\n```\n\nCreates a [KeyStoreException](../../../../../../../reference/tradefed/com/android/tradefed/util/keystore/KeyStoreException.html).\n\n\u003cbr /\u003e\n\n### KeyStoreException\n\n```\npublic KeyStoreException (String msg)\n```\n\nCreates a [KeyStoreException](../../../../../../../reference/tradefed/com/android/tradefed/util/keystore/KeyStoreException.html).\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-------|-----------------------------------------|\n| `msg` | `String`: a descriptive message. \u003cbr /\u003e |\n\n### KeyStoreException\n\n```\npublic KeyStoreException (String msg, \n Throwable cause)\n```\n\nCreates a [KeyStoreException](../../../../../../../reference/tradefed/com/android/tradefed/util/keystore/KeyStoreException.html).\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `msg` | `String`: a descriptive message. \u003cbr /\u003e |\n| `cause` | `Throwable`: the root [Throwable](../../../../../../../reference/tradefed/java/lang/Throwable.html) that caused the device to become unavailable. \u003cbr /\u003e |"]]