Exception: Glacier2::CannotCreateSessionException

Inherits:
Ice::UserException show all
Defined in:
ruby/Glacier2/Session.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::UserException

#ice_id, #inspect

Instance Attribute Details

#reasonObject

Returns the value of attribute reason.



22
23
24
# File 'ruby/Glacier2/Session.rb', line 22

def reason
  @reason
end

Instance Method Details

#to_sObject



18
19
20
# File 'ruby/Glacier2/Session.rb', line 18

def to_s
    '::Glacier2::CannotCreateSessionException'
end