Exception: Glacier2::CannotCreateSessionException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- Glacier2::CannotCreateSessionException
- Defined in:
- ruby/Glacier2/Session.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
22 23 24 |
# File 'ruby/Glacier2/Session.rb', line 22 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
18 19 20 |
# File 'ruby/Glacier2/Session.rb', line 18 def to_s '::Glacier2::CannotCreateSessionException' end |