Class ConcurrentWriteOperationDetectedException

All Implemented Interfaces:
Serializable

@Public @Evolving public class ConcurrentWriteOperationDetectedException extends AzureBlobFileSystemException
Thrown when a concurrent write operation is detected. This exception is used to indicate that parallel access to the create path has been detected, which violates the single writer semantics.
See Also:
  • Constructor Details

    • ConcurrentWriteOperationDetectedException

      public ConcurrentWriteOperationDetectedException()
      Constructs a new ConcurrentWriteOperationDetectedException with a default error message.
    • ConcurrentWriteOperationDetectedException

      public ConcurrentWriteOperationDetectedException(String message)
      Constructs a new ConcurrentWriteOperationDetectedException with the specified error message.
      Parameters:
      message - the detail message.