getCause method

Exception? getCause()

Implementation

Exception? getCause() {
  return cause;
}