Exception: Qpid::Messaging::SessionNameException

Inherits:
Exception
  • Object
show all
Defined in:
lib/qpid_messaging/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ SessionNameException

Returns a new instance of SessionNameException.



27
# File 'lib/qpid_messaging/errors.rb', line 27

def initialize(msg); super(msg); end