Class KeyVaultAdministrationException

    • Constructor Detail

      • KeyVaultAdministrationException

        public KeyVaultAdministrationException​(String message,
                                               com.azure.core.http.HttpResponse response)
        Creates a new instance of the KeyVaultAdministrationException class.
        Parameters:
        message - The exception message or the response content if a message is not available.
        response - The HTTP response.
      • KeyVaultAdministrationException

        public KeyVaultAdministrationException​(String message,
                                               com.azure.core.http.HttpResponse response,
                                               KeyVaultAdministrationError value)
        Creates a new instance of KeyVaultAdministrationException.
        Parameters:
        message - The exception message or the response content if a message is not available.
        response - The HTTP response.
        value - The deserialized response value.
    • Method Detail

      • getValue

        public KeyVaultAdministrationError getValue()
        Overrides:
        getValue in class com.azure.core.exception.HttpResponseException