MethodDisabledException constructor

MethodDisabledException(
  1. String message
)

Implementation

MethodDisabledException(String message)
    : super(
        message,
      );