Exception: QRubyDriver::QIOException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/q-ruby-driver/q_exception.rb

Overview

An exception which occurs on the client-side (within this app) during the I/O processing of Q messages

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(q_message) ⇒ QIOException

Returns a new instance of QIOException.



20
21
22
# File 'lib/q-ruby-driver/q_exception.rb', line 20

def initialize(q_message)
  @message = message
end

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



18
19
20
# File 'lib/q-ruby-driver/q_exception.rb', line 18

def message
  @message
end