Class AzureException

    • Constructor Detail

      • AzureException

        public AzureException​(String message)
        Initializes a new instance of the AzureException class.
        Parameters:
        message - the exception message.
      • AzureException

        public AzureException​(String message,
                              Throwable cause)
        Initializes a new instance of the AzureException class.
        Parameters:
        message - the exception message.
        cause - the Throwable which caused the creation of this AzureException.