Class AzureToolkitRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microsoft.azure.toolkit.lib.common.exception.AzureToolkitRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AzureOperationException
public class AzureToolkitRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AzureToolkitRuntimeException(String error)AzureToolkitRuntimeException(String error, String action)AzureToolkitRuntimeException(String error, Throwable cause)AzureToolkitRuntimeException(String error, Throwable cause, String action)AzureToolkitRuntimeException(String error, 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
-
-