Exception: Ice::NoEndpointException

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

Constant Summary collapse

ICE_TYPE =
T_NoEndpointException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(proxy = '') ⇒ NoEndpointException

Returns a new instance of NoEndpointException.



261
262
263
# File 'lib/Ice/LocalException.rb', line 261

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

Instance Attribute Details

#proxyObject

Returns the value of attribute proxy.



269
270
271
# File 'lib/Ice/LocalException.rb', line 269

def proxy
  @proxy
end

Instance Method Details

#to_sObject



265
266
267
# File 'lib/Ice/LocalException.rb', line 265

def to_s
    'Ice::NoEndpointException'
end