Class DataLakeAclChangeFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.azure.core.exception.AzureException
com.azure.storage.file.datalake.models.DataLakeAclChangeFailedException
All Implemented Interfaces:
Serializable

public class DataLakeAclChangeFailedException extends com.azure.core.exception.AzureException
An exception thrown when an operation is interrupted and can be continued later on.
See Also:
  • Constructor Details

    • DataLakeAclChangeFailedException

      public DataLakeAclChangeFailedException(String message, Exception e, String continuationToken)
      Initializes a new instance of DataLakeAclChangeFailedException with a specified error message, and a reference to the inner exception that is the cause of this exception.
      Parameters:
      message - The message that describes the error.
      e - The exception thrown.
      continuationToken - The continuation token returned from the previous successful response.
    • DataLakeAclChangeFailedException

      public DataLakeAclChangeFailedException(String message, DataLakeStorageException e, String continuationToken)
      Initializes a new instance of DataLakeAclChangeFailedException with a specified error message, HTTP status code, error code, and a reference to the inner exception that is the cause of this exception.
      Parameters:
      message - The message that describes the error.
      e - The exception thrown from the failed request.
      continuationToken - The continuation token returned from the previous successful response.
  • Method Details

    • getContinuationToken

      public String getContinuationToken()
      Returns:
      the continuation token to resume a datalake recursive acl function.