AdServicesException
public
class
AdServicesException
extends Exception
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.adservices.exceptions.AdServicesException |
AdServices 擲回的例外狀況。
摘要
公用建構函式 | |
---|---|
AdServicesException(String message, Throwable e)
|
|
AdServicesException(String message)
|
繼承方法 | |
---|---|
公用建構函式
AdServicesException
public AdServicesException (String message, Throwable e)
參數 | |
---|---|
message |
String :這個值可以是 null 。 |
e |
Throwable :這個值可以是 null 。 |