org.apache.hadoop.fs.s3
Class VersionMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.fs.s3.S3FileSystemException
                  extended by org.apache.hadoop.fs.s3.VersionMismatchException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Stable
public class VersionMismatchException
extends S3FileSystemException

Thrown when Hadoop cannot read the version of the data stored in S3FileSystem.

See Also:
Serialized Form

Constructor Summary
VersionMismatchException(String clientVersion, String dataVersion)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionMismatchException

public VersionMismatchException(String clientVersion,
                                String dataVersion)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.