Class: TimedOutException

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

Overview

This exception is thrown when RPC timeout gets exceeded.

Constant Summary collapse

FIELDS =
{

}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



110
# File 'lib/airavata_errors_types.rb', line 110

def struct_fields; FIELDS; end

#validateObject



112
113
# File 'lib/airavata_errors_types.rb', line 112

def validate
end