public class AzureException extends RuntimeException
| Constructor and Description |
|---|
AzureException(String message)
Initializes a new instance of the AzureException class.
|
AzureException(String message,
Throwable cause)
Initializes a new instance of the AzureException class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AzureException(String message)
message - the exception message.Copyright © 2019 Microsoft Corporation. All rights reserved.