Exception: Ice::FixedProxyException

Inherits:
LocalException show all
Defined in:
lib/Ice/LocalException.rb

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializeFixedProxyException

Returns a new instance of FixedProxyException.



1008
1009
# File 'lib/Ice/LocalException.rb', line 1008

def initialize
end

Instance Method Details

#to_sObject



1011
1012
1013
# File 'lib/Ice/LocalException.rb', line 1011

def to_s
    '::Ice::FixedProxyException'
end