Class Apache::Hadoop::Hbase::Thrift::IOError
In: lib/thrift/hbase_types.rb
Parent: ::Thrift::Exception

An IOError exception signals that an error occurred communicating to the Hbase master or an Hbase region server. Also used to return more general Hbase error conditions.

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/hbase_types.rb, line 158
                  def initialize(message=nil)
                    super()
                    self.message = message
                  end

Public Instance methods

[Source]

# File lib/thrift/hbase_types.rb, line 169
                  def struct_fields; FIELDS; end

[Source]

# File lib/thrift/hbase_types.rb, line 171
                  def validate
                  end

[Validate]