public class AzureException extends RuntimeException
| Constructor and Description |
|---|
AzureException()
Initializes a new instance of the AzureException class.
|
AzureException(String message)
Initializes a new instance of the AzureException class.
|
AzureException(String message,
Throwable cause)
Initializes a new instance of the AzureException class.
|
AzureException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Initializes a new instance of the AzureException class.
|
AzureException(Throwable cause)
Initializes a new instance of the AzureException class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AzureException()
public AzureException(String message)
message - The exception message.public AzureException(Throwable cause)
cause - The Throwable which caused the creation of this AzureException.public AzureException(String message, Throwable cause)
message - The exception message.cause - The Throwable which caused the creation of this AzureException.public AzureException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - The exception message.cause - The Throwable which caused the creation of this AzureException.enableSuppression - Whether suppression is enabled or disabled.writableStackTrace - Whether the exception stack trace will be filled in.Copyright © 2020 Microsoft Corporation. All rights reserved.