Class FileNotFound

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.thrift.TException
dev.vality.file.storage.FileNotFound
All Implemented Interfaces:
Serializable, Cloneable, Comparable<FileNotFound>, org.apache.thrift.TBase<FileNotFound,​FileNotFound._Fields>, org.apache.thrift.TSerializable

@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
           date="2022-05-06")
public class FileNotFound
extends org.apache.thrift.TException
implements org.apache.thrift.TBase<FileNotFound,​FileNotFound._Fields>, Serializable, Cloneable, Comparable<FileNotFound>
See Also:
Serialized Form
  • Field Details

    • metaDataMap

      public static final Map<FileNotFound._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
  • Constructor Details

    • FileNotFound

      public FileNotFound()
    • FileNotFound

      public FileNotFound​(FileNotFound other)
      Performs a deep copy on other.
  • Method Details