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, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
operation
private final IAzureOperation operation
-
-
Constructor Detail
-
AzureOperationException
public AzureOperationException(IAzureOperation operation, Throwable cause)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-