Added in API level 26
    ProviderNotFoundException
open class ProviderNotFoundException : RuntimeException
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | java.nio.file.ProviderNotFoundException | |||
Runtime exception thrown when a provider of the required type cannot be found.
Summary
| Public constructors | |
|---|---|
| 
            
             Constructs an instance of this class.  | 
        |
            ProviderNotFoundException(msg: String!)Constructs an instance of this class.  | 
        |
Public constructors
ProviderNotFoundException
Added in API level 26
      ProviderNotFoundException()
Constructs an instance of this class.
ProviderNotFoundException
Added in API level 26
      ProviderNotFoundException(msg: String!)
Constructs an instance of this class.
| Parameters | |
|---|---|
msg | 
            String!: the detail message |