public final class AggregatedManagementException
extends com.azure.core.management.exception.ManagementException
| Modifier and Type | Method and Description |
|---|---|
static Throwable |
convertToManagementException(Throwable exception)
Tries to convert the exception to an AggregatedManagementException.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static Throwable convertToManagementException(Throwable exception)
Then conversion will happen when the exception suppresses at least one ManagementException.
exception - the exception.public String toString()
toString in class com.azure.core.management.exception.ManagementExceptionCopyright © 2021 Microsoft Corporation. All rights reserved.