AdServicesException

public class AdServicesException
extends Exception

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


Exception thrown by AdServices.

Summary

Public constructors

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

Inherited methods

Public constructors

AdServicesException

public AdServicesException (String message, 
                Throwable e)

Parameters
message String: This value may be null.

e Throwable: This value may be null.

AdServicesException

public AdServicesException (String message)

Parameters
message String: This value may be null.