Exception: Glacier2::SessionNotExistException

Inherits:
Ice::UserException show all
Defined in:
lib/Glacier2/Router.rb

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializeSessionNotExistException

Returns a new instance of SessionNotExistException.



26
27
# File 'lib/Glacier2/Router.rb', line 26

def initialize
end

Instance Method Details

#to_sObject



29
30
31
# File 'lib/Glacier2/Router.rb', line 29

def to_s
    '::Glacier2::SessionNotExistException'
end