Exception: Stomp::Error::MaxReconnectAttempts
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::MaxReconnectAttempts
- Defined in:
- lib/stomp/errors.rb
Overview
MaxReconnectAttempts is raised if:
-
The maximum number of retries has been reached for a reliable connection.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
86 87 88 |
# File 'lib/stomp/errors.rb', line 86 def "Maximum number of reconnection attempts reached" end |