getCause method

String? getCause()

Implementation

String? getCause() {
  return cause;
}