Class: ThriftHadoopFileSystem::ThriftIOException

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/hadoopfs_types.rb

Constant Summary collapse

MESSAGE =
-1
FIELDS =
{
  MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'}
}

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ ThriftIOException

Returns a new instance of ThriftIOException.



118
119
120
121
# File 'lib/thrift/hadoopfs_types.rb', line 118

def initialize(message=nil)
  super()
  self.message = message
end

Instance Method Details

#struct_fieldsObject



129
# File 'lib/thrift/hadoopfs_types.rb', line 129

def struct_fields; FIELDS; end

#validateObject



131
132
# File 'lib/thrift/hadoopfs_types.rb', line 131

def validate
end