Class: ThriftHadoopFileSystem::ThriftIOException
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- ThriftHadoopFileSystem::ThriftIOException
- 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
-
#initialize(message = nil) ⇒ ThriftIOException
constructor
A new instance of ThriftIOException.
- #struct_fields ⇒ Object
- #validate ⇒ Object
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(=nil) super() self. = end |
Instance Method Details
#struct_fields ⇒ Object
129 |
# File 'lib/thrift/hadoopfs_types.rb', line 129 def struct_fields; FIELDS; end |
#validate ⇒ Object
131 132 |
# File 'lib/thrift/hadoopfs_types.rb', line 131 def validate end |