Exception: Stomp::Error::StartTimeoutException
- Inherits:
-
StompException
- Object
- RuntimeError
- StompException
- Stomp::Error::StartTimeoutException
- Defined in:
- lib/stomp/errors.rb
Instance Method Summary collapse
-
#initialize(timeout) ⇒ StartTimeoutException
constructor
A new instance of StartTimeoutException.
- #message ⇒ Object
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
#message ⇒ Object
286 287 288 |
# File 'lib/stomp/errors.rb', line 286 def "Client failed to start in #{@timeout} seconds" end |