Class ThriftHadoopFileSystem::ThriftIOException
In: lib/thrift/hadoopfs_types.rb
Parent: ::Thrift::Exception

Methods

new   struct_fields   validate  

Included Modules

::Thrift::Struct ::Thrift::Struct_Union

Constants

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

Public Class methods

[Source]

# File lib/thrift/hadoopfs_types.rb, line 118
  def initialize(message=nil)
    super()
    self.message = message
  end

Public Instance methods

[Source]

# File lib/thrift/hadoopfs_types.rb, line 129
  def struct_fields; FIELDS; end

[Source]

# File lib/thrift/hadoopfs_types.rb, line 131
  def validate
  end

[Validate]