Exception: Ice::NoEndpointException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::NoEndpointException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_NoEndpointException
Instance Attribute Summary collapse
-
#proxy ⇒ Object
Returns the value of attribute proxy.
Instance Method Summary collapse
-
#initialize(proxy = '') ⇒ NoEndpointException
constructor
A new instance of NoEndpointException.
- #to_s ⇒ Object
Methods inherited from Exception
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
#proxy ⇒ Object
Returns the value of attribute proxy.
269 270 271 |
# File 'lib/Ice/LocalException.rb', line 269 def proxy @proxy end |
Instance Method Details
#to_s ⇒ Object
265 266 267 |
# File 'lib/Ice/LocalException.rb', line 265 def to_s 'Ice::NoEndpointException' end |