Exception: Stomp::Error::StartTimeoutException

Inherits:
StompException
  • Object
show all
Defined in:
lib/stomp/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(timeout) ⇒ StartTimeoutException

Returns a new instance of StartTimeoutException.



282
283
284
# File 'lib/stomp/errors.rb', line 282

def initialize(timeout)
  @timeout = timeout
end

Instance Method Details

#messageObject



286
287
288
# File 'lib/stomp/errors.rb', line 286

def message
  "Client failed to start in #{@timeout} seconds"
end