Class 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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getContinuationToken

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