All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.trendyol.kediatr.AggregateException.kt Maven / Gradle / Ivy

package com.trendyol.kediatr

/**
 * A container for one or more exceptions that occurred during multiple task execution.
 *
 * @since 1.0.9
 */
class AggregateException(val exceptions: Collection) : RuntimeException() {
  constructor(exceptions: Array) : this(exceptions.toList())
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy