AdapterNotFoundException constructor

AdapterNotFoundException(
  1. String message
)

Creates a new instance of AdapterNotFoundException.

The message parameter provides more details about the exception.

Implementation

AdapterNotFoundException(this.message);