MultipleException

constructor(vararg causes: Throwable)
constructor(message: String, causes: List<Throwable>)
constructor(message: String, vararg causes: Throwable)
constructor(causes: List<Throwable>, message: String = "")