AdapterNotFoundException constructor
AdapterNotFoundException(
- String message
Creates a new instance of AdapterNotFoundException.
The message
parameter provides more details about the exception.
Implementation
AdapterNotFoundException(this.message);