public class TaskManagerExceptionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
tryEnrichTaskManagerError(Throwable root)
Tries to enrich the passed exception or its causes with additional information.
|
public static void tryEnrichTaskManagerError(@Nullable Throwable root)
This method improves error messages for direct and metaspace OutOfMemoryError. It
adds descriptions about possible causes and ways of resolution.
root - The Throwable of which the cause tree shall be traversed.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.