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 Summary
ConstructorsConstructorDescriptionNoVersionAttributeException(String path, String message) Constructs a NoVersionAttributeException. -
Method Summary
Methods inherited from class org.apache.hadoop.fs.PathIOException
getMessage, getPath, getTargetPath, setOperation, setTargetPath, withFullyQualifiedPathMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoVersionAttributeException
Constructs a NoVersionAttributeException.- Parameters:
path- the path accessed when the condition was detectedmessage- a message providing more details about the condition
-