DataLakeAclChangeFailedException Class

  • java.lang.Object

public class DataLakeAclChangeFailedException
extends AzureException

An exception thrown when an operation is interrupted and can be continued later on.

Constructor Summary

Constructor Description
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.

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.

Method Summary

Modifier and Type Method and Description
String getContinuationToken()

Gets the continuation token to resume a datalake recursive acl function.

Methods inherited from java.lang.Object

Methods inherited from java.lang.Throwable

Constructor Details

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.

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.

Method Details

getContinuationToken

public String getContinuationToken()

Gets the continuation token to resume a datalake recursive acl function.

Returns:

the continuation token to resume a datalake recursive acl function.

Applies to