public class AzureException
extends java.lang.RuntimeException
ServiceResponseException,
Serialized Form| Constructor and Description |
|---|
AzureException()
Initializes a new instance of the AzureException class.
|
AzureException(java.lang.String message)
Initializes a new instance of the AzureException class.
|
AzureException(java.lang.String message,
java.lang.Throwable cause)
Initializes a new instance of the AzureException class.
|
AzureException(java.lang.Throwable cause)
Initializes a new instance of the AzureException class.
|
public AzureException()
public AzureException(java.lang.String message)
message - The exception message.public AzureException(java.lang.Throwable cause)
cause - The Throwable which caused the creation of this AzureException.public AzureException(java.lang.String message,
java.lang.Throwable cause)
message - The exception message.cause - The Throwable which caused the creation of this AzureException.