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 であっても構いません。

AdServicesException

public AdServicesException (String message)

パラメータ
message String: この値は null であっても構いません。