DataLakeAclChangeFailedException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - java.
lang. RuntimeException - com.
azure. core. exception. AzureException - com.
azure. storage. file. datalake. models. DataLakeAclChangeFailedException
- com.
- com.
- java.
- java.
- java.
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 Data |
| DataLakeAclChangeFailedException(String message, Exception e, String continuationToken) |
Initializes a new instance of Data |
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:
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:
Method Details
getContinuationToken
public String getContinuationToken()
Gets the continuation token to resume a datalake recursive acl function.
Returns: