Exception: Glacier2::SessionNotExistException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- Glacier2::SessionNotExistException
- Defined in:
- lib/Glacier2/Router.rb
Constant Summary collapse
- ICE_TYPE =
T_SessionNotExistException
Instance Method Summary collapse
-
#initialize ⇒ SessionNotExistException
constructor
A new instance of SessionNotExistException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize ⇒ SessionNotExistException
Returns a new instance of SessionNotExistException.
31 32 |
# File 'lib/Glacier2/Router.rb', line 31 def initialize end |
Instance Method Details
#to_s ⇒ Object
34 35 36 |
# File 'lib/Glacier2/Router.rb', line 34 def to_s 'Glacier2::SessionNotExistException' end |