Exception: Ice::NoEndpointException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(proxy = '') ⇒ NoEndpointException

Returns a new instance of NoEndpointException.



242
243
244
# File 'lib/Ice/LocalException.rb', line 242

def initialize(proxy='')
    @proxy = proxy
end

Instance Attribute Details

#proxyObject

Returns the value of attribute proxy.



250
251
252
# File 'lib/Ice/LocalException.rb', line 250

def proxy
  @proxy
end

Instance Method Details

#to_sObject



246
247
248
# File 'lib/Ice/LocalException.rb', line 246

def to_s
    '::Ice::NoEndpointException'
end