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.
309 310 311 |
# File 'lib/stomp/errors.rb', line 309 def initialize(timeout) @timeout = timeout end |
Instance Method Details
#message ⇒ Object
313 314 315 |
# File 'lib/stomp/errors.rb', line 313 def "Client failed to start in #{@timeout} seconds" end |