Exception: Glacier2::SessionNotExistException

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

Constant Summary collapse

ICE_TYPE =
T_SessionNotExistException

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initializeSessionNotExistException

Returns a new instance of SessionNotExistException.



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

def initialize
end

Instance Method Details

#to_sObject



34
35
36
# File 'lib/Glacier2/Router.rb', line 34

def to_s
    'Glacier2::SessionNotExistException'
end