case classExceptionFailure(className: String, description: String, stackTrace: Array[StackTraceElement], metrics: Option[TaskMetrics]) extends TaskFailedReason with Product with Serializable
:: DeveloperApi ::
Task failed due to a runtime exception. This is the most common failure case and also captures
user program exceptions.
:: DeveloperApi :: Task failed due to a runtime exception. This is the most common failure case and also captures user program exceptions.