AdServicesException

public class AdServicesException
extends Exception

java.lang.Object.
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.adservices.exceptions.AdServicesException


Excepción que arroja AdServices.

Resumen

Constructores públicos

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

Métodos heredados

Constructores públicos

AdServicesException

public AdServicesException (String message, 
                Throwable e)

Parámetros
message String: Este valor puede ser null.

e Throwable: Este valor puede ser null.

AdServicesException

public AdServicesException (String message)

Parámetros
message String: Este valor puede ser null.