Exception: Stomp::Error::ProtocolException
- Inherits:
-
BrokerException
- Object
- RuntimeError
- StompException
- BrokerException
- Stomp::Error::ProtocolException
- Defined in:
- lib/stomp/errors.rb
Instance Attribute Summary
Attributes inherited from BrokerException
#broker_backtrace, #headers, #message, #receipt_id
Instance Method Summary collapse
-
#initialize(message) ⇒ ProtocolException
constructor
A new instance of ProtocolException.
Constructor Details
#initialize(message) ⇒ ProtocolException
Returns a new instance of ProtocolException.
303 304 305 |
# File 'lib/stomp/errors.rb', line 303 def initialize() super() end |