BraintreeException
open class BraintreeException @JvmOverloads @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(message: String? = null, cause: Throwable? = null) : IOException
Parent class for exceptions encountered when using the SDK.