اعتبارًا من 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 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],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 |"]]