public class ClusterEntryPointExceptionUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
tryEnrichClusterEntryPointError(Throwable root)
Tries to enrich the passed exception or its causes with additional information.
|
public static void tryEnrichClusterEntryPointError(@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–2024 The Apache Software Foundation. All rights reserved.