Class AzureToolkitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.toolkit.lib.common.exception.AzureToolkitException
-
- All Implemented Interfaces:
Serializable
public class AzureToolkitException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AzureToolkitException
public AzureToolkitException(String error)
-
-