public class DataLakeAclChangeFailedException
extends com.azure.core.exception.AzureException
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContinuationToken() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataLakeAclChangeFailedException(String message, Exception e, String continuationToken)
message - The message that describes the error.e - The exception thrown.continuationToken - The continuation token returned from the previous successful response.public DataLakeAclChangeFailedException(String message, DataLakeStorageException e, String continuationToken)
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.public String getContinuationToken()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.