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