Exception: Ice::FixedProxyException

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

Constant Summary collapse

ICE_TYPE =
T_FixedProxyException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeFixedProxyException

Returns a new instance of FixedProxyException.



1057
1058
# File 'lib/Ice/LocalException.rb', line 1057

def initialize
end

Instance Method Details

#to_sObject



1060
1061
1062
# File 'lib/Ice/LocalException.rb', line 1060

def to_s
    'Ice::FixedProxyException'
end