AdServicesException


open class AdServicesException : Exception
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ android.adservices.exceptions.AdServicesException

Exception thrown by AdServices.

Summary

Public constructors

Public constructors

AdServicesException

AdServicesException(
    message: String?,
    e: Throwable?)
Parameters
message String?: This value may be null.
e Throwable?: This value may be null.

AdServicesException

AdServicesException(message: String?)
Parameters
message String?: This value may be null.