Package org.apache.hadoop.fs.s3a

Class NoVersionAttributeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.PathIOException
org.apache.hadoop.fs.s3a.NoVersionAttributeException
All Implemented Interfaces:
Serializable

@Public @Unstable public class NoVersionAttributeException extends org.apache.hadoop.fs.PathIOException
Indicates the S3 object does not provide the versioning attribute required by the configured change detection policy.
See Also:
  • Constructor Details

    • NoVersionAttributeException

      public NoVersionAttributeException(String path, String message)
      Constructs a NoVersionAttributeException.
      Parameters:
      path - the path accessed when the condition was detected
      message - a message providing more details about the condition