Class AmlFilesystemCheckSubnetErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.azure.core.exception.AzureException
com.azure.core.exception.HttpResponseException
com.azure.resourcemanager.storagecache.models.AmlFilesystemCheckSubnetErrorException
All Implemented Interfaces:
Serializable

public final class AmlFilesystemCheckSubnetErrorException extends com.azure.core.exception.HttpResponseException
Exception thrown for an invalid response with AmlFilesystemCheckSubnetError information.
See Also:
  • Constructor Details

    • AmlFilesystemCheckSubnetErrorException

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

      public AmlFilesystemCheckSubnetErrorException(String message, com.azure.core.http.HttpResponse response, AmlFilesystemCheckSubnetError value)
      Initializes a new instance of the AmlFilesystemCheckSubnetErrorException class.
      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 Details