public class AzureToolkitException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private String |
action |
private String |
actionId |
| Constructor and Description |
|---|
AzureToolkitException(String error) |
AzureToolkitException(String error,
String action) |
AzureToolkitException(String error,
Throwable cause) |
AzureToolkitException(String error,
Throwable cause,
String action) |
AzureToolkitException(String message,
Throwable cause,
String action,
String actionId) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AzureToolkitException(String error)
Copyright © 2021. All rights reserved.