Class AzureOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microsoft.azure.toolkit.lib.common.exception.AzureToolkitRuntimeException
-
- com.microsoft.azure.toolkit.lib.common.operation.AzureOperationException
-
- All Implemented Interfaces:
Serializable
public class AzureOperationException extends AzureToolkitRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private IAzureOperationoperation
-
Constructor Summary
Constructors Constructor Description AzureOperationException(IAzureOperation operation, String action)AzureOperationException(IAzureOperation operation, Throwable cause)AzureOperationException(IAzureOperation operation, Throwable cause, String action)AzureOperationException(IAzureOperation operation, Throwable cause, String action, String actionId)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
operation
private final IAzureOperation operation
-
-
Constructor Detail
-
AzureOperationException
AzureOperationException(IAzureOperation operation, Throwable cause)
-
AzureOperationException
AzureOperationException(IAzureOperation operation, String action)
-
AzureOperationException
AzureOperationException(IAzureOperation operation, Throwable cause, String action)
-
AzureOperationException
AzureOperationException(IAzureOperation operation, Throwable cause, String action, String actionId)
-
-