MethodNotFoundException constructor

MethodNotFoundException(
  1. String message
)

Creates a new MethodNotFoundException.

Implementation

MethodNotFoundException(this.message);