AdServicesException
public
class
AdServicesException
extends Exception
Subclass langsung yang dikenal
|
Pengecualian dilempar oleh AdServices.
Ringkasan
Metode turunan |
|
Dari class
java.lang.Object
Object
|
clone()
Membuat dan menampilkan salinan objek ini.
|
boolean
|
equals(Object obj)
Menunjukkan apakah beberapa objek lain "sama dengan" objek ini atau tidak.
|
void
|
finalize()
Dipanggil oleh pembersih sampah memori pada sebuah objek saat pembersihan sampah memori
menentukan bahwa tidak ada lagi referensi ke objek.
|
final
Class<?>
|
getClass()
Menampilkan class runtime dari Object ini.
|
int
|
hashCode()
Menampilkan nilai kode hash untuk objek.
|
final
void
|
notify()
Mengaktifkan satu thread yang menunggu di monitor
objek ini.
|
final
void
|
notifyAll()
Mengaktifkan semua thread yang menunggu di monitor objek ini.
|
String
|
toString()
Menampilkan representasi string dari objek ini.
|
final
void
|
wait(long timeout, int nanos)
Menyebabkan thread saat ini menunggu hingga thread lain memanggil metode
notify() atau
notifyAll() untuk objek ini, atau
beberapa thread lainnya menyela thread saat ini, atau sejumlah
real time telah berlalu.
|
final
void
|
wait(long timeout)
Membuat thread saat ini menunggu hingga thread lain memanggil
metode notify() atau
notifyAll() untuk objek ini, atau
jumlah waktu yang ditentukan telah berlalu.
|
final
void
|
wait()
Membuat thread saat ini menunggu hingga thread lain memanggil
metode notify() atau
metode notifyAll() untuk objek ini.
|
|
Konstruktor publik
AdServicesException
public AdServicesException (String message,
Throwable e)
Parameter |
message |
String : Nilai ini dapat berupa null . |
e |
Throwable : Nilai ini dapat berupa null . |
AdServicesException
public AdServicesException (String message)
Parameter |
message |
String : Nilai ini dapat berupa null . |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-05 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Informasi yang saya butuhkan tidak ada"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Terlalu rumit/langkahnya terlalu banyak"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Sudah usang"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Masalah terjemahan"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Masalah kode / contoh"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Lainnya"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Mudah dipahami"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Memecahkan masalah saya"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Lainnya"
}]