AdServicesException

public class AdServicesException
extends Exception

java.lang.Object (link em inglês)
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.adservices.exceptions.AdServicesException


Exceção gerada pelo AdServices.

Resumo

Construtores públicos

AdServicesException(String message, Throwable e)
AdServicesException(String message)

Métodos herdados

Construtores públicos

AdServicesException

public AdServicesException (String message, 
                Throwable e)

Parâmetros
message String: esse valor pode ser null.

e Throwable: este valor pode ser null.

AdServicesException

public AdServicesException (String message)

Parâmetros
message String: este valor pode ser null.