class QRubyDriver::QIOException
An exception which occurs on the client-side (within this app) during the I/O processing of Q messages
Attributes
message[R]
Public Class Methods
new(q_message)
click to toggle source
# File lib/q-ruby-driver/q_exception.rb, line 20 def initialize(q_message) @message = message end